Skip to content

Commit

Permalink
Remove tests
Browse files Browse the repository at this point in the history
  • Loading branch information
danrowden committed Oct 17, 2024
1 parent 857a15a commit d85500b
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 37 deletions.
5 changes: 1 addition & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,7 @@
"dev:build": "nuxi build playground",
"dev:prepare": "nuxt-module-build build --stub && nuxt-module-build prepare && nuxi prepare playground",
"release": "npm run lint && npm run test && npm run prepack && changelogen --release && npm publish && git push --follow-tags",
"lint": "eslint .",
"test": "vitest run",
"test:watch": "vitest watch",
"test:types": "vue-tsc --noEmit && cd playground && vue-tsc --noEmit"
"lint": "eslint ."
},
"dependencies": {
"@nuxt/kit": "^3.13.1",
Expand Down
15 changes: 0 additions & 15 deletions test/basic.test.ts

This file was deleted.

6 changes: 0 additions & 6 deletions test/fixtures/basic/app.vue

This file was deleted.

7 changes: 0 additions & 7 deletions test/fixtures/basic/nuxt.config.ts

This file was deleted.

5 changes: 0 additions & 5 deletions test/fixtures/basic/package.json

This file was deleted.

0 comments on commit d85500b

Please sign in to comment.