Skip to content

Commit 62cebaa

Browse files
committed
Explicitly set includeJsFiles in unit test
1 parent 18b5b40 commit 62cebaa

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

test/spec/index.spec.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ describe('index', () => {
1919

2020
it('allows filtering of .js extension', () => {
2121
setupErrorHandling({
22-
justMyCode: true
22+
justMyCode: true,
23+
includeJsFiles: false,
2324
});
2425

2526
const trace = getStackTrace();

0 commit comments

Comments
 (0)