Skip to content

Commit

Permalink
Remove Vue test configuration
Browse files Browse the repository at this point in the history
We do not have any tests for the Vue application.
  • Loading branch information
mvandenburgh committed Aug 29, 2024
1 parent 5a687ae commit a324c90
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 27 deletions.
18 changes: 0 additions & 18 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -117,24 +117,6 @@ jobs:
run: pip install --upgrade poetry tox
- name: Run tests
run: tox -e ${{ matrix.tox-env }}
test-vue:
name: Test [vue]
runs-on: ubuntu-22.04
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Setup Node environment
uses: actions/setup-node@v3
with:
node-version: 16
cache: npm
cache-dependency-path: vue/package-lock.json
- name: Install packages
run: npm ci
working-directory: vue
- name: Run tests
run: npm run test
working-directory: vue
test-docker-build:
name: Test Docker build
runs-on: ubuntu-22.04
Expand Down
1 change: 0 additions & 1 deletion vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
"build": "vue-tsc --noEmit && vite build",
"preview": "vite preview",
"build:client": "openapi --input http://django:80/api/openapi.json --output src/client",
"test": "vitest run",
"lint": "npm run lint:eslint; npm run lint:stylelint; npm run lint:typescript;",
"lint:fix": "npm run lint:eslint:fix; npm run lint:stylelint:fix; npm run lint:typescript;",
"lint:eslint": "eslint --ext .cjs,.js,.ts,.vue --ignore-path ../.gitignore .",
Expand Down
7 changes: 0 additions & 7 deletions vue/test/testing.test.ts

This file was deleted.

1 change: 0 additions & 1 deletion vue/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
"esModuleInterop": true,
"lib": ["ESNext", "DOM"],
"skipLibCheck": true,
"types": ["vitest/globals"]
},
"include": ["src/**/*.ts", "src/**/*.d.ts", "src/**/*.tsx", "src/**/*.vue"],
"references": [{ "path": "./tsconfig.node.json" }]
Expand Down

0 comments on commit a324c90

Please sign in to comment.