Skip to content

Commit

Permalink
remove unused babel-jest dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
rrigato committed Nov 4, 2023
1 parent d584e03 commit 9a8ada3
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion static/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 static/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
"@babel/preset-env": "^7.23.2",
"@babel/preset-react": "^7.22.15",
"@testing-library/react": "^14.0.0",
"babel-jest": "^29.7.0",
"babel-loader": "^9.1.3",
"html-loader": "^4.2.0",
"html-webpack-plugin": "^5.5.3",
Expand Down
3 changes: 0 additions & 3 deletions static/tests/App.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@ import { render } from '@testing-library/react';
import {App} from '../App.jsx';

describe('entry point for app', () => {
/**
* @jest-environment jsdom
*/
test('HomePageToggle called', () => {


Expand Down

0 comments on commit 9a8ada3

Please sign in to comment.