Skip to content

Commit

Permalink
fix js tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kb-kerem committed Apr 24, 2024
1 parent c4ab48b commit 9d5440a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions visual-js/visual-cypress/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,11 +79,11 @@
"scripts": {
"build": "tsup",
"lint": "eslint \"{src,apps,libs,test}/**/*.ts\"",
"test": "jest --collect-coverage",
"test-ignored": "jest --collect-coverage",
"watch": "tsc-watch --declaration -p .",
"test:cjs": "node ./test-cjs.cjs"
"test": "node ./test-cjs.cjs"
},
"publishConfig": {
"access": "public"
}
}
}
4 changes: 2 additions & 2 deletions visual-js/visual-nightwatch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@
},
"scripts": {
"lint": "eslint \"{nightwatch,utils}/**/*.js\"",
"test": "jest --collect-coverage"
"test-ignored": "jest --collect-coverage"
},
"publishConfig": {
"access": "public"
}
}
}

0 comments on commit 9d5440a

Please sign in to comment.