Skip to content
This repository was archived by the owner on Mar 11, 2026. It is now read-only.

refactor(ts): convert tests to typescript#282

Merged
JustinBeckwith merged 3 commits intogoogleapis:masterfrom
JustinBeckwith:tst
Oct 28, 2018
Merged

refactor(ts): convert tests to typescript#282
JustinBeckwith merged 3 commits intogoogleapis:masterfrom
JustinBeckwith:tst

Conversation

@JustinBeckwith
Copy link
Copy Markdown
Contributor

Fixes #260
Fixes #261

@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Oct 28, 2018
@JustinBeckwith JustinBeckwith requested review from a team and ofrobots October 28, 2018 09:03
@codecov
Copy link
Copy Markdown

codecov Bot commented Oct 28, 2018

Codecov Report

Merging #282 into master will not change coverage.
The diff coverage is 100%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #282   +/-   ##
=======================================
  Coverage   92.25%   92.25%           
=======================================
  Files          12       12           
  Lines         633      633           
  Branches       60       60           
=======================================
  Hits          584      584           
  Misses         35       35           
  Partials       14       14
Impacted Files Coverage Δ
src/index.ts 96.63% <100%> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 72fcbc3...4f5a50a. Read the comment docs.

Comment thread test/entry.ts
const proxyquire = require('proxyquire');
import * as assert from 'assert';
import * as extend from 'extend';
import {Service, util} from '@google-cloud/common-grpc';

This comment was marked as spam.

This comment was marked as spam.

Comment thread test/index.ts Outdated
paginator: {
extend: function(Class, methods) {
if (Class.name !== 'Logging') {
extend(c, methods) {

This comment was marked as spam.

Comment thread test/index.ts Outdated
const {v2} = require('../src');
const PKG = require('../../package.json');

const g: {[index: string]: boolean} = global as {};

This comment was marked as spam.

This comment was marked as spam.

@JustinBeckwith
Copy link
Copy Markdown
Contributor Author

@ofrobots ready for another look

@ofrobots
Copy link
Copy Markdown
Contributor

ofrobots commented Oct 28, 2018 via email

@JustinBeckwith JustinBeckwith added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Oct 28, 2018
@kokoro-team kokoro-team removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Oct 28, 2018
@JustinBeckwith JustinBeckwith merged commit c058fba into googleapis:master Oct 28, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

cla: yes This human has signed the Contributor License Agreement.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants