Skip to content

Commit 03ef9cd

Browse files
committed
use poppover api and anchor positioning for context menu
1 parent 6d82d2d commit 03ef9cd

7 files changed

Lines changed: 1035 additions & 129 deletions

File tree

jest.config.js

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,17 @@ export default {
44
testEnvironment: "node",
55
extensionsToTreatAsEsm: ['.ts', '.mts'],
66
transform: {
7-
'^.+\\.(mts|ts|tsx)$': [
7+
'^.+\\.(mts|ts|tsx|mjs|js)$': [
88
"ts-jest",
99
{
10-
"useESM": true
10+
"useESM": true,
11+
"tsconfig": {
12+
"allowJs": true
13+
}
1114
}
1215
]
13-
}
16+
},
17+
transformIgnorePatterns: [
18+
'/node_modules/(?!(?:@node-projects/base-custom-webcomponent)(?:/|$))'
19+
]
1420
}

0 commit comments

Comments
 (0)