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

Commit 3f87632

Browse files
--passWithNoTests
1 parent faea8c9 commit 3f87632

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/nodejs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ jobs:
2626
node-version: ${{ matrix.node-version }}
2727
- run: npm ci
2828
- run: npm run build
29-
- run: npm test --passWithNoTests
29+
- run: npm test

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"scripts": {
2121
"start": "react-scripts start",
2222
"build": "react-scripts build",
23-
"test": "react-scripts test",
23+
"test": "react-scripts test --passWithNoTests",
2424
"eject": "react-scripts eject"
2525
},
2626
"eslintConfig": {

0 commit comments

Comments
 (0)