Skip to content
This repository was archived by the owner on Nov 27, 2023. It is now read-only.

Commit 8db1586

Browse files
committed
chore: update wallaby conf to get around bug
1 parent 7109fd8 commit 8db1586

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

wallaby.conf.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@ module.exports = function(wallaby) {
44
files: [
55
'src/**/*.ts',
66
{pattern: 'tests/**/*.js*', instrument: false},
7-
{pattern: 'tests/**/*.d.ts', instrument: false}
7+
{pattern: 'tests/**/*.d.ts', instrument: false},
8+
{pattern: 'node_modules/dts-dom/package.json', instrument: false},
9+
{pattern: 'node_modules/dts-dom/bin/index.d.ts', instrument: false}
810
],
911
tests: [
1012
'tests/**/*-test.ts'

0 commit comments

Comments
 (0)