Skip to content

Commit 2f0ee90

Browse files
committed
Transform esm-only packages
1 parent 70a53bb commit 2f0ee90

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

jest.legacy.config.js

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,12 @@ const TRANSFORM_IGNORE_PACKAGES = [
3939
'micromark',
4040
'mime',
4141
'unist-util-stringify-position',
42-
'uuid'
42+
'uuid',
43+
44+
// Related to Adaptive Cards.
45+
'dom7',
46+
'ssr-window',
47+
'swiper'
4348
];
4449

4550
module.exports = {

0 commit comments

Comments
 (0)