5 lines
105 B
JavaScript
5 lines
105 B
JavaScript
module.exports = {
|
|
preset: "../../jest-unit.config.js",
|
|
testEnvironment: "jest-environment-jsdom",
|
|
}
|