Fred Chasen
3 years ago
6 changed files with 704 additions and 628 deletions
@ -1,4 +0,0 @@
|
||||
{ |
||||
"presets": ["@babel/env"], |
||||
"plugins": ["@babel/plugin-proposal-async-generator-functions", "@babel/plugin-transform-runtime"] |
||||
} |
@ -0,0 +1,7 @@
|
||||
{ |
||||
"presets": ["@babel/env"], |
||||
"plugins": [ |
||||
"@babel/plugin-proposal-async-generator-functions", |
||||
"@babel/plugin-transform-runtime" |
||||
] |
||||
} |
@ -1,4 +1,7 @@
|
||||
export default { |
||||
testMatch: ['**/?(*.)(test).js'], |
||||
testMatch: ["**/?(*.)(test).js"], |
||||
testEnvironment: "jsdom", |
||||
transform: { |
||||
"\\.js$": ["babel-jest", { configFile: "./babel-jest.config.json" }] |
||||
}, |
||||
}; |
||||
|
Loading…
Reference in new issue