Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

using helper. also cleaned up code. #363

Merged
merged 1 commit into from
Jul 22, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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