-
Notifications
You must be signed in to change notification settings - Fork 0
/
.jestrc
60 lines (60 loc) · 1.58 KB
/
.jestrc
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
{
"testEnvironment": "node",
"testPathIgnorePatterns": [
"/node_modules/",
"<rootDir>/_book",
"<rootDir>/lib",
"<rootDir>/scratch"
],
"globals": {
"CGSizeMake": true,
"COSAlertWindow": true,
"CGAffineTransformMakeRotation": true,
"CGAffineTransformMakeScale": true,
"CGAffineTransformMakeTranslation": true,
"CGAffineTransformConcat": true,
"log": true,
"MSArtboardGroup": true,
"MSColor": true,
"MSImageData": true,
"MSLayerGroup": true,
"MSOvalShape": true,
"MSRect": true,
"MSRectangleShape": true,
"MSShapeGroup": true,
"MSTextLayer": true,
"NSArray": true,
"NSFontCondensedTrait": true,
"NSFontItalicTrait": true,
"NSFontManager": true,
"NSFontSymbolicTrait": true,
"NSFontTraitsAttribute": true,
"NSFontWeightBlack": true,
"NSFontWeightBold": true,
"NSFontWeightHeavy": true,
"NSFontWeightLight": true,
"NSFontWeightMedium": true,
"NSFontWeightRegular": true,
"NSFontWeightSemibold": true,
"NSFontWeightThin": true,
"NSFontWeightTrait": true,
"NSFontWeightUltraLight": true,
"NSFont": true,
"NSFontAttributeName": true,
"NSImage": true,
"NSKernAttributeName": true,
"NSMakeRect": true,
"NSMutableParagraphStyle": true,
"NSParagraphStyleAttributeName": true,
"NSString": true,
"NSStringDrawingUsesLineFragmentOrigin": true,
"NSTextField": true,
"NSTextView": true,
"NSURL": true,
"NSView": true,
"React$Component": true,
"React$Element": true,
"ReactClass": true,
"ReactComponent": true
}
}