File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ describe('Integration Tests', () => {
16
16
const archiveName = npm ( { cwd : tmpDirPath ( ) , quiet : true } ) . pack ( distDir ) ;
17
17
fs . renameSync ( tmpDirPath ( archiveName ) , tmpDirPath ( 'graphql.tgz' ) ) ;
18
18
19
- // npm().run('build:deno');
19
+ npm ( ) . run ( 'build:deno' ) ;
20
20
21
21
function testOnNodeProject ( projectName : string ) {
22
22
const projectPath = tmpDirPath ( projectName ) ;
@@ -29,9 +29,9 @@ describe('Integration Tests', () => {
29
29
} ) . timeout ( 120000 ) ;
30
30
}
31
31
32
- // testOnNodeProject('ts');
33
- // testOnNodeProject('node');
34
- // testOnNodeProject('webpack');
32
+ testOnNodeProject ( 'ts' ) ;
33
+ testOnNodeProject ( 'node' ) ;
34
+ testOnNodeProject ( 'webpack' ) ;
35
35
36
36
// Development mode tests
37
37
testOnNodeProject ( 'dev-node-implicit' ) ;
You can’t perform that action at this time.
0 commit comments