Skip to content

Commit

Permalink
test: update test
Browse files Browse the repository at this point in the history
  • Loading branch information
hiba-machfej committed Jul 27, 2022
1 parent e295e4d commit 9f2a09c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ jobs:
node-version: ${{ matrix.node-version }}
- run: npm install
- run: npm run format
- run: react-scripts test -u --passWithNoTests
- run: npm test
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --passWithNoTests",
"test": "react-scripts test -u --passWithNoTests",
"eject": "react-scripts eject",
"lint": "eslint .",
"lint:fix": "eslint . --fix . && npm run format",
Expand Down Expand Up @@ -76,4 +76,4 @@
"path": "./node_modules/cz-conventional-changelog"
}
}
}
}

0 comments on commit 9f2a09c

Please sign in to comment.