File tree 1 file changed +2
-2
lines changed
packages/google-devtools-containeranalysis/system-test
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ import {readFileSync} from 'fs';
21
21
import { describe , it } from 'mocha' ;
22
22
23
23
describe ( 'typescript consumer tests' , ( ) => {
24
- it ( 'should have correct type signature for typescript users' , async function ( ) {
24
+ it ( 'should have correct type signature for typescript users' , async function ( ) {
25
25
this . timeout ( 300000 ) ;
26
26
const options = {
27
27
packageDir : process . cwd ( ) , // path to your module.
@@ -35,7 +35,7 @@ describe('typescript consumer tests', () => {
35
35
await packNTest ( options ) ; // will throw upon error.
36
36
} ) ;
37
37
38
- it ( 'should have correct type signature for javascript users' , async function ( ) {
38
+ it ( 'should have correct type signature for javascript users' , async function ( ) {
39
39
this . timeout ( 300000 ) ;
40
40
const options = {
41
41
packageDir : process . cwd ( ) , // path to your module.
You can’t perform that action at this time.
0 commit comments