js-vitest template

small update for fix-jest-dom
This commit is contained in:
Alex Lohr
2022-03-14 21:39:38 +01:00
parent a29501c437
commit 5930402172
13 changed files with 1942 additions and 9 deletions
+26
View File
@@ -0,0 +1,26 @@
{
"name": "vite-template-solid",
"version": "0.0.0",
"description": "",
"type": "module",
"scripts": {
"start": "vite",
"dev": "vite",
"build": "vite build",
"serve": "vite preview",
"test": "vitest",
"postinstall": "node ./fix-jest-dom.mjs"
},
"license": "MIT",
"devDependencies": {
"@testing-library/jest-dom": "^5.16.2",
"jsdom": "^19.0.0",
"solid-testing-library": "^0.3.0",
"vite": "^2.8.6",
"vite-plugin-solid": "^2.2.6",
"vitest": "^0.6.1"
},
"dependencies": {
"solid-js": "^1.3.10"
}
}