Skip to content

Commit

Permalink
Update dependency jest to v28 (#481)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
calebeby and renovate-bot authored May 23, 2022
1 parent b33a81b commit 10a8364
Show file tree
Hide file tree
Showing 9 changed files with 3,329 additions and 3,347 deletions.
5 changes: 5 additions & 0 deletions .changeset/three-keys-hug.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'pleasantest': minor
---

Add full support for Jest 28
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- run: npm i -g npm@latest
- run: npm ci
- run: npm run build
- run: npm test -- --colors
Expand All @@ -36,6 +37,7 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- run: npm i -g npm@latest
- run: npm ci
- run: npm run lint:check

Expand All @@ -50,5 +52,6 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- run: npm i -g npm@latest
- run: npm ci
- run: npm run type
Loading

0 comments on commit 10a8364

Please sign in to comment.