Skip to content
This repository was archived by the owner on Mar 28, 2022. It is now read-only.

Commit 5afebee

Browse files
committed
Execute unit tests
1 parent 4c7ba71 commit 5afebee

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
@@ -9,7 +9,7 @@ module.exports = {
99
collectCoverage: true,
1010

1111
// An array of glob patterns indicating a set of files for which coverage information should be collected
12-
collectCoverageFrom: ["index.js", "lib/**"],
12+
collectCoverageFrom: ["index.js", "src/**"],
1313

1414
// The directory where Jest should output its coverage files
1515
coverageDirectory: "coverage",

0 commit comments

Comments
 (0)