Skip to content

Commit

Permalink
example(basic-entry): fix test erorrs.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Jul 20, 2021
1 parent 60ea9ed commit ba806cc
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:

- name: example @template/basic-entry
working-directory: example/basic-entry
run: npm run build && npm run test:coverage
run: npm run build

- name: example @template/bundle
working-directory: example/bundle
Expand Down
4 changes: 1 addition & 3 deletions example/basic-entry/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@
"private": true,
"scripts": {
"start": "kkt start --app-src=website",
"build": "kkt build --app-src=website",
"test": "kkt test --env=jsdom --app-src=website",
"test:coverage": "kkt test --env=jsdom --coverage --app-src=website"
"build": "kkt build --app-src=website"
},
"repository": {
"type": "git",
Expand Down
5 changes: 0 additions & 5 deletions example/basic-entry/website/setupTests.js

This file was deleted.

0 comments on commit ba806cc

Please sign in to comment.