Skip to content

Commit

Permalink
fix clinet test script
Browse files Browse the repository at this point in the history
  • Loading branch information
BryonLewis committed Jan 4, 2024
1 parent 94cd545 commit 5696a7d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions .env
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
DJANGO_CORS_ORIGIN_WHITELIST=['http://localhost:3000']
3 changes: 2 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -116,4 +116,5 @@ jobs:
run: npm ci
working-directory: client
- name: Run tests
run: npm run test
run: npm run test
working-directory: client
2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"preview": "vite preview",
"format": "eslint --ext .js,.ts,.vue --ignore-path .gitignore --fix src",
"lint:eslint": "eslint --ext .js,.ts,.vue --ignore-path .gitignore --no-fix src",
"test:unit": "jest",
"test": "jest",
"lint:typescript": "vue-tsc --noEmit"
},
"dependencies": {
Expand Down

0 comments on commit 5696a7d

Please sign in to comment.