We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91c5d75 commit 8f84aa5Copy full SHA for 8f84aa5
.wallaby.js
@@ -17,8 +17,7 @@ export default {
17
'!**/*.cts',
18
{ instrument: false, pattern: 'test/**/fixture/**' },
19
{ instrument: false, pattern: 'test/**/*.test.ts.snapshot' },
20
- // uncomment the following line for integration tests
21
- // { instrument: false, pattern: 'dist/**/*.js' },
+ { instrument: false, pattern: 'dist/**/*.js' },
22
],
23
filesWithNoCoverageCalculated: ['.tmp/**/*.test.ts'],
24
preloadModules: ['tsx/esm'],
@@ -28,8 +27,5 @@ export default {
28
27
'test/**/*.test.ts',
29
'!node_modules/**',
30
'!dist/**',
31
- // uncomment the following line to attempt to run integration tests
32
- // which typically launch child processes
33
- // '!test/integration/**/*.test.ts',
34
35
};
0 commit comments