Skip to content

Commit 8f84aa5

Browse files
committed
chore(wallaby): update wallaby to run integration tests
1 parent 91c5d75 commit 8f84aa5

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.wallaby.js

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@ export default {
1717
'!**/*.cts',
1818
{ instrument: false, pattern: 'test/**/fixture/**' },
1919
{ instrument: false, pattern: 'test/**/*.test.ts.snapshot' },
20-
// uncomment the following line for integration tests
21-
// { instrument: false, pattern: 'dist/**/*.js' },
20+
{ instrument: false, pattern: 'dist/**/*.js' },
2221
],
2322
filesWithNoCoverageCalculated: ['.tmp/**/*.test.ts'],
2423
preloadModules: ['tsx/esm'],
@@ -28,8 +27,5 @@ export default {
2827
'test/**/*.test.ts',
2928
'!node_modules/**',
3029
'!dist/**',
31-
// uncomment the following line to attempt to run integration tests
32-
// which typically launch child processes
33-
// '!test/integration/**/*.test.ts',
3430
],
3531
};

0 commit comments

Comments
 (0)