Skip to content

Commit

Permalink
v1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
EskiMojo14 committed Mar 3, 2024
1 parent b1ee92f commit 201b14f
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
@@ -1,6 +1,6 @@
{
"name": "mix-n-matchers",
"version": "1.4.0",
"version": "1.5.0",
"description": "Miscellaneous custom Jest matchers",
"type": "module",
"main": "./dist/index.cjs",
Expand Down Expand Up @@ -35,7 +35,7 @@
"clean": "rimraf dist",
"prepare": "husky install",
"prebuild": "yarn run type",
"build": "tsup",
"build": "yarn clean && tsup",
"test": "yarn node --experimental-vm-modules $(yarn bin jest) --setupFilesAfterEnv ./src/jest-globals.ts ./jest-setup.ts",
"test:dist": "yarn node --experimental-vm-modules $(yarn bin jest) --setupFilesAfterEnv mix-n-matchers/jest-globals ./jest-setup.ts",
"vitest": "vitest",
Expand Down

0 comments on commit 201b14f

Please # to comment.