Skip to content

Commit 013410c

Browse files
committed
(#40) Removed dummy dir from Jest config
1 parent 801049f commit 013410c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

jest.config.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ module.exports = {
44
"lib/**/*.ts",
55
"!lib/**/*.spec.ts",
66
"!<rootDir>/node_modules/",
7-
"!<rootDir>/path/to/dir/",
87
],
98
preset: "ts-jest",
109
testEnvironment: "node",

0 commit comments

Comments
 (0)