Skip to content

Commit

Permalink
add vitest package json
Browse files Browse the repository at this point in the history
  • Loading branch information
EskiMojo14 committed Feb 18, 2024
1 parent b0c41ef commit 5e19ebd
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions vitest/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"name": "mix-n-matchers-vitest",
"version": "1.0.0",
"description": "Miscellaneous custom Jest matchers",
"type": "module",
"main": "../dist/vitest.cjs",
"module": "../dist/vitest.js",
"types": "../dist/vitest.d.ts",
"files": [
"../dist"
]
}

0 comments on commit 5e19ebd

Please sign in to comment.