Skip to content

Commit

Permalink
update test scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
dangowans committed Dec 30, 2024
1 parent 6fda020 commit 5edd833
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -7,8 +7,8 @@
"scripts": {
"test": "node --test",
"test:equipment": "cross-env NODE_ENV=dev DEBUG=worktech-api:* node --test \"test/equipment.test.js\"",
"test:items": "node --test --test-name-pattern=\"queries/items\"",
"test:workOrders": "node --test --test-name-pattern=\"queries/workOrders\"",
"test:items": "cross-env NODE_ENV=dev DEBUG=worktech-api:* node --test \"test/items.test.js\"",
"test:workOrders": "cross-env NODE_ENV=dev DEBUG=worktech-api:* node --test \"test/workOrders.test.js\"",
"coverage": "c8 --reporter=lcov --reporter=text --reporter=text-summary node --test"
},
"keywords": [

0 comments on commit 5edd833

Please sign in to comment.