Skip to content

Commit

Permalink
DEV: CI test
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael O'Brien committed Jul 3, 2024
1 parent 7fc5d3f commit 05554e3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@
"lint-fix": "eslint src --fix",
"prepare": "npm run build",
"_prepublishOnly": "npm test && npm run lint",
"test": "jest basic",
"test:v2": "DDB_CLIENT_VERSION=v2 jest basic",
"test:v3": "DDB_CLIENT_VERSION=v3 jest basic",
"test": "jest",
"test:v2": "DDB_CLIENT_VERSION=v2 jest",
"test:v3": "DDB_CLIENT_VERSION=v3 jest",
"test-cov": "jest --coverage",
"test-cov:v2": "npm run test:v2 -- --coverage",
"test-cov:v3": "npm run test:v3 -- --coverage"
Expand Down

0 comments on commit 05554e3

Please sign in to comment.