forked from metabase/metabase
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathjest.esm-packages.js
More file actions
63 lines (61 loc) · 1.18 KB
/
jest.esm-packages.js
File metadata and controls
63 lines (61 loc) · 1.18 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
// @ts-check
/**
* Shared list of ESM packages that need to be transformed by Jest.
* This list is used by both jest.config.js and jest.tz.unit.conf.js
*/
const esmPackages = [
"bail",
"ccount",
"character-entities.*",
"character-reference-invalid",
"comma-separated-tokens",
"color",
"color-convert",
"color-name",
"color-string",
"csv-parse",
"d3-.*",
"d3",
"decode-named-character-reference",
"delaunator",
"robust-predicates",
"devlop",
"echarts",
"escape-string-regexp",
"estree.*",
"fetch-mock",
"hast.*",
"html-url-attributes",
"html-void-elements",
"is-alphabetical",
"is-alphanumerical",
"is-decimal",
"is-hexadecimal",
"is-absolute-url",
"internmap",
"is-plain-obj",
"jose",
"longest-streak",
"markdown-table",
"mdast.*",
"micromark.*",
"parse-entities",
"property-information",
"react-markdown",
"rehype-external-links",
"remark.*",
"space-separated-tokens",
"stringify-entities",
"trim-lines",
"trough",
"unified",
"unist.*",
"vfile-location",
"vfile-message",
"vfile",
"web-namespaces",
"zrender",
"zwitch",
];
// eslint-disable-next-line import/no-commonjs
module.exports = esmPackages;