Skip to content

Commit

Permalink
Update to Jest 28 (#200)
Browse files Browse the repository at this point in the history
* Update to Jest 28

* drop node 10, add node 16
  • Loading branch information
tizmagik authored May 23, 2022
1 parent 6dfa707 commit d38aafa
Show file tree
Hide file tree
Showing 4 changed files with 20,200 additions and 5,269 deletions.
6 changes: 3 additions & 3 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,17 +42,17 @@ trigger:
---
kind: pipeline
type: docker
name: build node 10
name: build node 16

steps:
- name: install
pull: if-not-exists
image: node:10
image: node:16
commands:
- npm ci

- name: prepare
image: node:10
image: node:16
commands:
- npm run prepare

Expand Down
1 change: 1 addition & 0 deletions jest.config.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
module.exports = {
setupFiles: ['raf/polyfill', './jest.setup.js', './setup/enzymeAdapter.js'],
testEnvironment: 'jsdom',
};
Loading

0 comments on commit d38aafa

Please sign in to comment.