Skip to content

Commit

Permalink
Merge pull request #21 from bryanmylee/vitest
Browse files Browse the repository at this point in the history
Use Vitest
  • Loading branch information
bryanmylee committed Aug 26, 2022
2 parents 12150e4 + 7454ac3 commit 1fec436
Show file tree
Hide file tree
Showing 7 changed files with 3,700 additions and 10,171 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/coverage.yml
Expand Up @@ -16,7 +16,8 @@ jobs:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: 12
node-version: 16
- run: npm i -D svelte @popperjs/core
- run: npm ci
- run: npm test
- uses: coverallsapp/github-action@master
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/publish.yml
Expand Up @@ -14,7 +14,8 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 12
node-version: 16
- run: npm i -D svelte @popperjs/core
- run: npm ci
- run: npm test

Expand All @@ -25,7 +26,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 12
node-version: 16
registry-url: https://registry.npmjs.org/
- run: npm ci
- run: npm publish
Expand Down

0 comments on commit 1fec436

Please sign in to comment.