We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53e9621 commit bba1c7aCopy full SHA for bba1c7a
jest/onig.js
@@ -0,0 +1 @@
1
+module.exports = "vscode-oniguruma/release/onig.wasm"
package.json
@@ -114,7 +114,8 @@
114
},
115
"moduleNameMapper": {
116
"^monaco-editor$": "monaco-editor/esm/vs/editor/editor.api",
117
- "^monaco-editor-core$": "monaco-editor/esm/vs/editor/editor.api"
+ "^monaco-editor-core$": "monaco-editor/esm/vs/editor/editor.api",
118
+ "^vscode-oniguruma/release/onig.wasm$": "<rootDir>/jest/onig.js"
119
}
120
121
"volta": {
0 commit comments