Skip to content

Commit 6f9829d

Browse files
committed
ALL TESTS
1 parent f0fe591 commit 6f9829d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

jest.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ export default {
22
testEnvironment: "node",
33
collectCoverage: true,
44
coverageDirectory: "coverage",
5-
testMatch: ["**/source/*.test.js"],
5+
testMatch: ["**/*.test.js"],
66
verbose: true,
77
};

0 commit comments

Comments
 (0)