Skip to content
This repository was archived by the owner on Apr 3, 2024. It is now read-only.

Update test files to use the .ts extension#315

Merged
DominicKramer merged 39 commits intogoogleapis:masterfrom
DominicKramer:test-prs/2-rename-to-ts
Jul 31, 2017
Merged

Update test files to use the .ts extension#315
DominicKramer merged 39 commits intogoogleapis:masterfrom
DominicKramer:test-prs/2-rename-to-ts

Conversation

@DominicKramer
Copy link
Copy Markdown
Contributor

No description provided.

@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Jul 28, 2017
@DominicKramer DominicKramer requested a review from kjin July 28, 2017 20:50
'use strict';

var nock = require('nock');
var nock = require('nock');

This comment was marked as spam.

This comment was marked as spam.

/*5*/ a = 0;
/*6*/ });
/*7*/}
/*8*/module.exports = foo; No newline at end of file

This comment was marked as spam.

This comment was marked as spam.

/*8*/ return a;
/*9*/ }());
/*10*/}
/*11*/module.exports = foo; No newline at end of file

This comment was marked as spam.

/*3*/function foo(n) {
/*4*/ var A = new Array(3); return n+42+A[0];
/*5*/}
/*6*/module.exports = foo; No newline at end of file

This comment was marked as spam.

/*11*/module.exports = {
/*12*/ foo: foo,
/*13*/ bar: bar
/*14*/}; No newline at end of file

This comment was marked as spam.

/*8*/ return e;
/*9*/ }
/*10*/}
/*11*/module.exports = foo; No newline at end of file

This comment was marked as spam.

/*11*/module.exports = {
/*12*/ foo: foo,
/*13*/ getterObject: getterObject
/*14*/}; No newline at end of file

This comment was marked as spam.

"allowUnreachableCode": false,
"allowUnusedLabels": false,
"alwaysStrict": true,
// "alwaysStrict": true,

This comment was marked as spam.

This comment was marked as spam.

@@ -0,0 +1,6 @@
/*1* KEEP THIS CODE AT THE TOP TO AVOID LINE NUMBER CHANGES */

This comment was marked as spam.

This comment was marked as spam.

id: 'fake-id-123',
location: { path: 'test-v8debugapi.js', line: 4 }
// TODO: Determine if we should be restricting to only the build directory.
location: { path: 'build/test/test-v8debugapi-code.js', line: 4 }

This comment was marked as spam.

This comment was marked as spam.

@DominicKramer DominicKramer merged commit a21c83d into googleapis:master Jul 31, 2017
@DominicKramer DominicKramer deleted the test-prs/2-rename-to-ts branch October 9, 2017 20:50
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.

5 participants