Skip to content

Commit 9351e5b

Browse files
test(enabler): fix unit test (#473)
1 parent fd68634 commit 9351e5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

enabler/jest.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/** @type {import('ts-jest').JestConfigWithTsJest} */
22

3-
module.exports = {
3+
export default {
44
preset: 'ts-jest',
55
testEnvironment: 'node',
66
setupFiles: ['./test/jest.setup.ts'],

0 commit comments

Comments
 (0)