Skip to content

Commit a24f389

Browse files
committed
refactor: split events and anchors on it's own file
1 parent 8a7a259 commit a24f389

7 files changed

Lines changed: 406 additions & 358 deletions

File tree

jest.config.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,8 @@ export default {
199199
'ts-jest',
200200
{
201201
tsconfig: 'tsconfig.json',
202+
useESM: true,
203+
isolatedModules: true,
202204
},
203205
],
204206
'^.+\\.css$': 'jest-transform-css',

0 commit comments

Comments
 (0)