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 f14d383 commit 6057060Copy full SHA for 6057060
packages/ob-parser-js/jest.config.js
@@ -16,4 +16,7 @@ module.exports = {
16
'jsx',
17
'json',
18
],
19
+ moduleNameMapper: {
20
+ '^assets/(.*)$': '<rootDir>/assets/libs.d.ts',
21
+ },
22
};
0 commit comments