Skip to content

Commit 5a0e70a

Browse files
committed
Convert Jest file to ESM
1 parent 6059372 commit 5a0e70a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/toolkit/jest.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module.exports = {
1+
export default {
22
testEnvironment: 'jest-environment-jsdom',
33
setupFilesAfterEnv: ['./jest.setup.js'],
44
testMatch: ['<rootDir>/src/**/*.(spec|test).[jt]s?(x)'],

0 commit comments

Comments
 (0)