Skip to content

Commit a281da9

Browse files
authored
Clean up jest.config.js by removing comments
Removed commented-out ES6 configuration for Jest.
1 parent 1e461b9 commit a281da9

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

jest.config.js

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,3 @@
1-
// try es6 version later
2-
// export default {
3-
// testEnvironment: 'jest-environment-node',
4-
// transform: {}
5-
// ...
6-
// };
7-
81
const config = {
92
verbose: true,
103
"moduleNameMapper": {
@@ -25,4 +18,4 @@ const config = {
2518
},
2619
};
2720

28-
module.exports = config;
21+
module.exports = config;

0 commit comments

Comments
 (0)