Skip to content

Commit

Permalink
bugfix(devs): adicionado o parâmetro --passWithNoTests para poder pas…
Browse files Browse the repository at this point in the history
…sar o testes automatizados JS sem a presença de testes
  • Loading branch information
MarcosViniciusG committed Aug 14, 2024
1 parent b515be2 commit 2f60092
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"scripts": {
"build": "webpack --mode production",
"dev": "webpack --mode development",
"test:js": "jest"
"test:js": "jest --passWithNoTests"
},
"devDependencies": {
"@babel/core": "^7.24.6",
Expand Down

0 comments on commit 2f60092

Please sign in to comment.