Skip to content

Commit dc9a867

Browse files
medfreemanklis87
authored andcommitted
test: simplify jest config, fix typo in babel config file name, remove stale wrapper.js
1 parent 3b11671 commit dc9a867

File tree

3 files changed

+1
-4
lines changed

3 files changed

+1
-4
lines changed

babel.configs.js babel.config.js

File renamed without changes.

jest.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module.exports = {
22
transform: {
3-
'^.+\\.jsx?$': './wrapper.js',
3+
'^.+\\.jsx?$': 'babel-jest',
44
},
55
coveragePathIgnorePatterns: [
66
'/node_modules/',

wrapper.js

-3
This file was deleted.

0 commit comments

Comments
 (0)