Skip to content
This repository was archived by the owner on Apr 13, 2020. It is now read-only.

Commit e3eb3b2

Browse files
authored
Update jest.config.js (#439)
1 parent f6816a5 commit e3eb3b2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

jest.config.js

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
module.exports = {
22
preset: "ts-jest",
3-
testEnvironment: "node",
4-
rootDir: "src"
3+
testEnvironment: "node"
54
};

0 commit comments

Comments
 (0)