Skip to content

Commit f371c90

Browse files
authored
chore: updated jest config (#1095)
1 parent f9f9a3d commit f371c90

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/editor/jest.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ const {pathsToModuleNameMapper} = require('ts-jest');
33

44
const {compilerOptions} = require('./tsconfig.json');
55

6-
const esmModules = ['cheerio', '@diplodoc'];
6+
const esmModules = ['cheerio', '@diplodoc', 'parse5', 'entities'];
77

88
/** @type {import('ts-jest/dist/types').JestConfigWithTsJest} */
99
// eslint-disable-next-line no-undef

0 commit comments

Comments
 (0)