Skip to content

Commit

Permalink
remove testing example files and packages
Browse files Browse the repository at this point in the history
  • Loading branch information
sadnub committed Apr 2, 2024
1 parent 3cc3e87 commit 409abdc
Show file tree
Hide file tree
Showing 9 changed files with 4,892 additions and 14,285 deletions.
19,021 changes: 4,889 additions & 14,132 deletions package-lock.json

Large diffs are not rendered by default.

15 changes: 3 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,7 @@
"serve": "quasar dev",
"build": "quasar build",
"lint": "eslint --ext .js,.ts,.vue ./",
"format": "prettier --write \"**/*.{js,ts,vue,,html,md,json}\" --ignore-path .gitignore",
"test:unit:ui": "vitest --ui",
"test": "echo \"See package.json => scripts for available tests.\" && exit 0",
"test:unit": "vitest",
"test:unit:ci": "vitest run"
"format": "prettier --write \"**/*.{js,ts,vue,,html,md,json}\" --ignore-path .gitignore"
},
"dependencies": {
"@quasar/extras": "1.16.9",
Expand All @@ -37,8 +33,6 @@
"@intlify/unplugin-vue-i18n": "3.0.1",
"@quasar/app-vite": "1.8.0",
"@quasar/cli": "2.4.0",
"@quasar/quasar-app-extension-testing-unit-jest": "^3.0.0-beta.7",
"@quasar/quasar-app-extension-testing-unit-vitest": "^1.0.0-beta.1",
"@types/node": "20.11.30",
"@typescript-eslint/eslint-plugin": "7.3.1",
"@typescript-eslint/parser": "7.3.1",
Expand All @@ -47,9 +41,6 @@
"eslint-config-prettier": "9.1.0",
"eslint-plugin-vue": "8.7.1",
"prettier": "3.2.5",
"typescript": "5.4.3",
"@vue/test-utils": "^2.4.3",
"vitest": "^1.1.0",
"@vitest/ui": "^1.1.0"
"typescript": "5.4.3"
}
}
}
38 changes: 0 additions & 38 deletions test/vitest/__tests__/ExampleComponent.test.ts

This file was deleted.

13 changes: 0 additions & 13 deletions test/vitest/__tests__/LayoutComponent.test.ts

This file was deleted.

19 changes: 0 additions & 19 deletions test/vitest/__tests__/NotifyComponent.test.ts

This file was deleted.

47 changes: 0 additions & 47 deletions test/vitest/__tests__/demo/ExampleComponent.vue

This file was deleted.

12 changes: 0 additions & 12 deletions test/vitest/__tests__/demo/LayoutComponent.vue

This file was deleted.

11 changes: 0 additions & 11 deletions test/vitest/__tests__/demo/NotifyComponent.vue

This file was deleted.

1 change: 0 additions & 1 deletion test/vitest/setup-file.ts

This file was deleted.

0 comments on commit 409abdc

Please sign in to comment.