Skip to content

Commit

Permalink
run two separate suite for remove
Browse files Browse the repository at this point in the history
  • Loading branch information
haroun committed Sep 4, 2024
1 parent 09844b2 commit 274c153
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 @@ -8,7 +8,7 @@
"stylelint": "stylelint ui/**/*.{scss,vue}",
"lint": "npm run eslint && npm run stylelint",
"mocha": "mocha",
"test": "npm run lint && npm run mocha --ignore=test/import-page.js && npm run mocha test/import-page.js"
"test": "npm run lint && mocha --ignore=test/import-page.js && mocha test/import-page.js"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 274c153

Please sign in to comment.