Skip to content

Commit

Permalink
🔧 chore(jest.config.js): Fix Jest config syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
Spiderpig86 committed Jan 26, 2024
1 parent 3697dee commit 75e1941
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions jest.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
const config = {
export default {
setupFilesAfterEnv: ['./tests/scss.spec.js'],
testEnvironment: 'jest-environment-node-single-context',
};
module.exports = config;

0 comments on commit 75e1941

Please sign in to comment.