Skip to content

Commit 48811ae

Browse files
authored
Update package.json
1 parent 77c4cfc commit 48811ae

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

web/package.json

+5-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"scripts": {
1616
"start": "react-scripts start",
1717
"build": "react-scripts build",
18-
"test": "react-scripts test",
18+
"test": "react-scripts test --passWithNoTests",
1919
"eject": "react-scripts eject"
2020
},
2121
"eslintConfig": {
@@ -42,5 +42,8 @@
4242
"@types/simplemde": "^1.11.11",
4343
"sass": "^1.84.0",
4444
"typescript": "^3.4.5"
45-
}
45+
},
46+
"jest": {
47+
"testMatch": ["**/src/**/*.{spec,test}.{js,jsx,ts,tsx}", "**/src/**/__tests__/**/*.{js,jsx,ts,tsx}"]
48+
},
4649
}

0 commit comments

Comments
 (0)