Skip to content

Commit

Permalink
using helper. also cleaned up code.
Browse files Browse the repository at this point in the history
  • Loading branch information
prabhatsharma committed Jul 22, 2022
1 parent b20762b commit c554a58
Show file tree
Hide file tree
Showing 25 changed files with 591 additions and 456 deletions.
4 changes: 4 additions & 0 deletions web/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,7 @@ You can learn more about Take Over mode [here](https://github.com/johnsoncodehk/

Check on the [pinned sass version](https://quasar.dev/start/vite-plugin#introduction).

## Unit testing

Docs at https://github.com/quasarframework/quasar-testing/tree/dev/packages/unit-vitest still in alpha as of writing this.

231 changes: 123 additions & 108 deletions web/package-lock.json

Large diffs are not rendered by default.

4 changes: 3 additions & 1 deletion web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
"buffer": "^6.0.3",
"js-cookie": "^3.0.1",
"jsoneditor": "^9.9.0",
"lodash-es": "^4.17.21",
"quasar": "^2.7.5",
"vue": "^3.2.37",
"vue-i18n": "^9.1.10",
Expand All @@ -37,13 +38,14 @@
"@cypress/webpack-dev-server": "^2.0.0",
"@quasar/vite-plugin": "^1.0.10",
"@types/js-cookie": "^3.0.2",
"@types/lodash-es": "^4.17.6",
"@typescript-eslint/eslint-plugin": "^5.30.7",
"@typescript-eslint/parser": "^5.30.7",
"@vitejs/plugin-vue": "^2.3.3",
"@vitest/ui": "^0.18.1",
"@vue/test-utils": "^2.0.2",
"c8": "^7.11.3",
"cypress": "^10.3.0",
"cypress": "^10.3.1",
"eslint": "^8.20.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.0.0",
Expand Down
Loading

0 comments on commit c554a58

Please sign in to comment.