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

Commit f9f1b59

Browse files
committed
Fix folder name in jest project config
1 parent e12ddb7 commit f9f1b59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
},
3131
"jest": {
3232
"projects": [
33-
"<rootDir>/scanner/",
33+
"<rootDir>/scanners/",
3434
"<rootDir>/hooks/",
3535
{
3636
"displayName": "lint",

0 commit comments

Comments
 (0)