Skip to content

Commit

Permalink
feat(gsoc'24): Testcases for vue simulator [Vitest] (#364)
Browse files Browse the repository at this point in the history
* vitest configuration

* feat(gsoc'24): Testcases for vue simulator [Vitest]

---------

Co-authored-by: Arnabdaz <[email protected]>
  • Loading branch information
niladrix719 and Arnabdaz authored Sep 1, 2024
1 parent 051c32a commit 757ac5c
Show file tree
Hide file tree
Showing 35 changed files with 27,949 additions and 6,996 deletions.
11,619 changes: 7,151 additions & 4,468 deletions package-lock.json

Large diffs are not rendered by default.

6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
"preview": "vite preview",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore --fix src",
"format": "prettier . --write",
"postinstall": "husky install"
"postinstall": "husky install",
"test": "vitest"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^6.5.1",
Expand Down Expand Up @@ -46,16 +47,19 @@
"@types/jquery": "^3.5.14",
"@types/webfontloader": "^1.0.0",
"@vitejs/plugin-vue": "^2.3.3",
"@vue/test-utils": "^2.4.6",
"eslint": "^8.17.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-vue": "^9.1.0",
"husky": "^8.0.1",
"jsdoc": "^4.0.3",
"jsdom": "^24.1.1",
"prettier": "2.6.2",
"sass": "^1.77.6",
"typescript": "^4.5.4",
"vite": "^2.9.18",
"vite-plugin-vuetify": "^1.0.0-alpha.0",
"vitest": "^2.0.5",
"vue-cli-plugin-vuetify": "~2.5.1",
"vue-tsc": "^0.34.7"
},
Expand Down
Loading

0 comments on commit 757ac5c

Please sign in to comment.