Skip to content

Commit

Permalink
ran yarn add babel-jest to fix error Jest encountered an unexpected t…
Browse files Browse the repository at this point in the history
…oken
  • Loading branch information
shanice-skylight committed Jul 10, 2024
1 parent 91fefb5 commit 500436d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
"@types/testing-library__jest-dom": "^5.14.5",
"@uswds/uswds": "^3.8.0",
"apollo-upload-client": "^17.0.0",
"babel-jest": "^29.7.0",
"browserslist": "4.21.10",
"classnames": "^2.2.6",
"flagged": "^2.0.10",
Expand Down Expand Up @@ -97,7 +98,9 @@
"jest-dom"
],
"rules": {
"@typescript-eslint/no-unused-vars": ["error"],
"@typescript-eslint/no-unused-vars": [
"error"
],
"import/no-unresolved": 0,
"import/first": 1,
"import/order": [
Expand Down

0 comments on commit 500436d

Please sign in to comment.