Skip to content

Commit d38a037

Browse files
committed
f
1 parent 975334f commit d38a037

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

resources/integration-test.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ describe('Integration Tests', () => {
1616
const archiveName = npm({ cwd: tmpDirPath(), quiet: true }).pack(distDir);
1717
fs.renameSync(tmpDirPath(archiveName), tmpDirPath('graphql.tgz'));
1818

19-
//npm().run('build:deno');
19+
npm().run('build:deno');
2020

2121
function testOnNodeProject(projectName: string) {
2222
const projectPath = tmpDirPath(projectName);
@@ -29,9 +29,9 @@ describe('Integration Tests', () => {
2929
}).timeout(120000);
3030
}
3131

32-
//testOnNodeProject('ts');
33-
//testOnNodeProject('node');
34-
//testOnNodeProject('webpack');
32+
testOnNodeProject('ts');
33+
testOnNodeProject('node');
34+
testOnNodeProject('webpack');
3535

3636
// Development mode tests
3737
testOnNodeProject('dev-node-implicit');

0 commit comments

Comments
 (0)