diff --git a/jest.config.js b/jest.config.js index 16643958..880919f7 100644 --- a/jest.config.js +++ b/jest.config.js @@ -1,5 +1,4 @@ -const config = { +export default { setupFilesAfterEnv: ['./tests/scss.spec.js'], testEnvironment: 'jest-environment-node-single-context', }; -module.exports = config;