Skip to content

Commit

Permalink
Merge pull request #985 from digitalfabrik/fix-swc-in-ci
Browse files Browse the repository at this point in the history
Remove jest_workaround
  • Loading branch information
sarahsporck authored May 24, 2023
2 parents 49febeb + bd9c16e commit 3b6ff9f
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 15 deletions.
3 changes: 0 additions & 3 deletions administration/jest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@ import { type Config } from '@jest/types'

const swcConfig = {
jsc: {
experimental: {
plugins: [['jest_workaround', {}]],
},
transform: {
react: {
runtime: 'automatic',
Expand Down
11 changes: 0 additions & 11 deletions administration/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion administration/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@
"jest": "29.5.0",
"jest-environment-jsdom": "29.5.0",
"jest-mock": "29.5.0",
"jest_workaround": "0.76.0",
"prettier": "^2.8.4",
"ts-node": "10.9.1",
"typescript": "^4.9.5"
Expand Down

0 comments on commit 3b6ff9f

Please sign in to comment.