Skip to content

Commit 0942df5

Browse files
committed
remove: tests
1 parent 1592da9 commit 0942df5

File tree

6 files changed

+2
-57
lines changed

6 files changed

+2
-57
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -24,22 +24,3 @@ jobs:
2424

2525
- name: Lint
2626
run: npm run lint
27-
28-
test:
29-
runs-on: ubuntu-latest
30-
31-
steps:
32-
- uses: actions/checkout@v4
33-
- run: corepack enable
34-
- uses: actions/setup-node@v4
35-
with:
36-
node-version: 20
37-
38-
- name: Install dependencies
39-
run: npx nypm@latest i
40-
41-
- name: Playground prepare
42-
run: npm run dev:prepare
43-
44-
- name: Test
45-
run: npm run test

package.json

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,9 @@
2222
"dev": "nuxi dev playground",
2323
"dev:build": "nuxi build playground",
2424
"dev:prepare": "nuxt-module-build build --stub && nuxt-module-build prepare && nuxi prepare playground",
25-
"release": "npm run lint && npm run test && npm run prepack && changelogen --release && npm publish && git push --follow-tags",
25+
"release": "npm run lint && npm run prepack && changelogen --release && npm publish && git push --follow-tags",
2626
"lint": "eslint .",
27-
"lint:fix": "eslint . --fix",
28-
"test": "vitest run",
29-
"test:watch": "vitest watch",
30-
"test:types": "vue-tsc --noEmit && cd playground && vue-tsc --noEmit"
27+
"lint:fix": "eslint . --fix"
3128
},
3229
"dependencies": {
3330
"@nuxt/kit": "^3.15.1",

test/basic.test.ts

Lines changed: 0 additions & 15 deletions
This file was deleted.

test/fixtures/basic/app.vue

Lines changed: 0 additions & 6 deletions
This file was deleted.

test/fixtures/basic/nuxt.config.ts

Lines changed: 0 additions & 7 deletions
This file was deleted.

test/fixtures/basic/package.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

0 commit comments

Comments
 (0)