Skip to content

Commit

Permalink
adding vitest
Browse files Browse the repository at this point in the history
  • Loading branch information
leos committed Mar 7, 2024
1 parent 1869637 commit 96be9bc
Show file tree
Hide file tree
Showing 2 changed files with 426 additions and 159 deletions.
18 changes: 10 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,21 +12,23 @@
"zip": "wxt zip",
"zip:firefox": "wxt zip -b firefox",
"compile": "tsc --noEmit",
"postinstall": "wxt prepare"
"postinstall": "wxt prepare",
"test": "vitest"
},
"dependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@types/react": "^18.2.61",
"@types/react-dom": "^18.2.19",
"@typescript-eslint/eslint-plugin": "^7.1.0",
"@typescript-eslint/parser": "^7.1.0",
"@types/react": "^18.2.64",
"@types/react-dom": "^18.2.21",
"@typescript-eslint/eslint-plugin": "^7.1.1",
"@typescript-eslint/parser": "^7.1.1",
"@vitejs/plugin-react": "^4.2.1",
"eslint": "^8.57.0",
"typescript": "^5.3.3",
"typescript-eslint": "^7.1.0",
"wxt": "^0.17.5"
"typescript": "^5.4.2",
"typescript-eslint": "^7.1.1",
"vitest": "^1.3.1",
"wxt": "^0.17.7"
}
}
Loading

0 comments on commit 96be9bc

Please sign in to comment.