You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/legacy/config/__snapshots__/config-set.spec.ts.snap
+15-15Lines changed: 15 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
// Jest Snapshot v1, https://goo.gl/fbAQLP
2
2
3
-
exports[`_resolveTsConfig resolve configFileName normally module in tsConfig is not the same as forced module and allowSyntheticDefaultImports is false in tsConfig should use correct paths when searching 1`] =`
3
+
exports[`config-set _resolveTsConfig resolve configFileName normally module in tsConfig is not the same as forced module and allowSyntheticDefaultImports is false in tsConfig should use correct paths when searching 1`] =`
4
4
[
5
5
{
6
6
"category": 3,
@@ -13,7 +13,7 @@ exports[`_resolveTsConfig resolve configFileName normally module in tsConfig is
13
13
]
14
14
`;
15
15
16
-
exports[`_resolveTsConfig resolve configFileName normally module in tsConfig is not the same as forced module and allowSyntheticDefaultImports is false in tsConfig should use given tsconfig path 1`] =`
16
+
exports[`config-set _resolveTsConfig resolve configFileName normally module in tsConfig is not the same as forced module and allowSyntheticDefaultImports is false in tsConfig should use given tsconfig path 1`] =`
17
17
[
18
18
{
19
19
"category": 3,
@@ -26,7 +26,7 @@ exports[`_resolveTsConfig resolve configFileName normally module in tsConfig is
26
26
]
27
27
`;
28
28
29
-
exports[`_resolveTsConfig resolve configFileName normally module in tsConfig is not the same as forced module and esModuleInterop is not in tsConfig should use correct paths when searching 1`] =`
29
+
exports[`config-set _resolveTsConfig resolve configFileName normally module in tsConfig is not the same as forced module and esModuleInterop is not in tsConfig should use correct paths when searching 1`] =`
30
30
[
31
31
{
32
32
"category": 3,
@@ -39,7 +39,7 @@ exports[`_resolveTsConfig resolve configFileName normally module in tsConfig is
39
39
]
40
40
`;
41
41
42
-
exports[`_resolveTsConfig resolve configFileName normally module in tsConfig is not the same as forced module and esModuleInterop is not in tsConfig should use given tsconfig path 1`] =`
42
+
exports[`config-set _resolveTsConfig resolve configFileName normally module in tsConfig is not the same as forced module and esModuleInterop is not in tsConfig should use given tsconfig path 1`] =`
43
43
[
44
44
{
45
45
"category": 3,
@@ -52,7 +52,7 @@ exports[`_resolveTsConfig resolve configFileName normally module in tsConfig is
52
52
]
53
53
`;
54
54
55
-
exports[`customTransformers should return an object containing all resolved transformers 1`] =`
55
+
exports[`config-set customTransformers should return an object containing all resolved transformers 1`] =`
56
56
{
57
57
"after": [],
58
58
"afterDeclarations": [],
@@ -66,7 +66,7 @@ exports[`customTransformers should return an object containing all resolved tran
66
66
}
67
67
`;
68
68
69
-
exports[`customTransformers should return an object containing all resolved transformers 2`] =`
69
+
exports[`config-set customTransformers should return an object containing all resolved transformers 2`] =`
70
70
{
71
71
"after": [],
72
72
"afterDeclarations": [],
@@ -85,7 +85,7 @@ exports[`customTransformers should return an object containing all resolved tran
85
85
}
86
86
`;
87
87
88
-
exports[`customTransformers should return an object containing all resolved transformers 3`] =`
88
+
exports[`config-set customTransformers should return an object containing all resolved transformers 3`] =`
89
89
{
90
90
"after": [],
91
91
"afterDeclarations": [],
@@ -104,7 +104,7 @@ exports[`customTransformers should return an object containing all resolved tran
104
104
}
105
105
`;
106
106
107
-
exports[`customTransformers should return an object containing all resolved transformers 4`] =`
107
+
exports[`config-set customTransformers should return an object containing all resolved transformers 4`] =`
108
108
{
109
109
"after": [
110
110
{
@@ -124,7 +124,7 @@ exports[`customTransformers should return an object containing all resolved tran
124
124
}
125
125
`;
126
126
127
-
exports[`customTransformers should return an object containing all resolved transformers 5`] =`
127
+
exports[`config-set customTransformers should return an object containing all resolved transformers 5`] =`
128
128
{
129
129
"after": [],
130
130
"afterDeclarations": [
@@ -144,7 +144,7 @@ exports[`customTransformers should return an object containing all resolved tran
144
144
}
145
145
`;
146
146
147
-
exports[`customTransformers should return an object containing all resolved transformers 6`] =`
147
+
exports[`config-set customTransformers should return an object containing all resolved transformers 6`] =`
148
148
{
149
149
"after": [],
150
150
"afterDeclarations": [],
@@ -164,17 +164,17 @@ exports[`customTransformers should return an object containing all resolved tran
164
164
}
165
165
`;
166
166
167
-
exports[`customTransformers should show warning log when missing version and name 1`] =`
167
+
exports[`config-set customTransformers should show warning log when missing version and name 1`] =`
168
168
[
169
169
"[level:40] The AST transformer {{file}} must have an \`export const version = <your_transformer_version>",
170
170
"[level:40] The AST transformer {{file}} must have an \`export const name = <your_transformer_name>",
171
171
]
172
172
`;
173
173
174
-
exports[`isTestFile should return a boolean value whether the file matches test pattern 1`] = `true`;
174
+
exports[`config-set isTestFile should return a boolean value whether the file matches test pattern 1`] = `true`;
175
175
176
-
exports[`isTestFile should return a boolean value whether the file matches test pattern 2`] = `true`;
176
+
exports[`config-set isTestFile should return a boolean value whether the file matches test pattern 2`] = `true`;
177
177
178
-
exports[`isTestFile should return a boolean value whether the file matches test pattern 3`] = `true`;
178
+
exports[`config-set isTestFile should return a boolean value whether the file matches test pattern 3`] = `true`;
179
179
180
-
exports[`isTestFile should return a boolean value whether the file matches test pattern 4`] = `true`;
180
+
exports[`config-set isTestFile should return a boolean value whether the file matches test pattern 4`] = `true`;
0 commit comments