Skip to content

Commit

Permalink
Changing integration to e2e
Browse files Browse the repository at this point in the history
  • Loading branch information
Kurt Medley committed May 25, 2024
1 parent a1f7aad commit b89c154
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 @@ -29,7 +29,7 @@
"prepare": "husky",
"prepublishOnly": "npm run test && npm run build",
"test": "npm run unit -- --coverage",
"test:integration": "vitest run --config vitest.config.e2e.mts",
"test:e2e": "vitest run --config vitest.config.e2e.mts",
"unit": "vitest run"
},
"lint-staged": {
Expand Down

0 comments on commit b89c154

Please # to comment.