@neurodevs/node-tdd 1.0.6 → 1.0.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/.nvmrc +0 -1
- package/.vscode/launch.json +0 -53
- package/.vscode/settings.json +0 -62
- package/.vscode/tasks.json +0 -99
- package/build/__tests__/MockFetch.d.ts +0 -18
- package/build/__tests__/MockFetch.js +0 -55
- package/build/__tests__/MockFetch.js.map +0 -1
- package/build/__tests__/behavioral/AbstractModuleTest.test.d.ts +0 -5
- package/build/__tests__/behavioral/AbstractModuleTest.test.js +0 -22
- package/build/__tests__/behavioral/AbstractModuleTest.test.js.map +0 -1
- package/build/__tests__/behavioral/utilities/AllHooksCalledEvenIfNotDefined.test.d.ts +0 -5
- package/build/__tests__/behavioral/utilities/AllHooksCalledEvenIfNotDefined.test.js +0 -34
- package/build/__tests__/behavioral/utilities/AllHooksCalledEvenIfNotDefined.test.js.map +0 -1
- package/build/__tests__/behavioral/utilities/Assert.test.d.ts +0 -45
- package/build/__tests__/behavioral/utilities/Assert.test.js +0 -645
- package/build/__tests__/behavioral/utilities/Assert.test.js.map +0 -1
- package/build/__tests__/behavioral/utilities/InstanceParentTestCanAccessParentMethods.test.d.ts +0 -4
- package/build/__tests__/behavioral/utilities/InstanceParentTestCanAccessParentMethods.test.js +0 -23
- package/build/__tests__/behavioral/utilities/InstanceParentTestCanAccessParentMethods.test.js.map +0 -1
- package/build/__tests__/behavioral/utilities/MockFetch.test.d.ts +0 -28
- package/build/__tests__/behavioral/utilities/MockFetch.test.js +0 -211
- package/build/__tests__/behavioral/utilities/MockFetch.test.js.map +0 -1
- package/build/__tests__/behavioral/utilities/StackCleaner.test.d.ts +0 -4
- package/build/__tests__/behavioral/utilities/StackCleaner.test.js +0 -46
- package/build/__tests__/behavioral/utilities/StackCleaner.test.js.map +0 -1
- package/build/__tests__/behavioral/utilities/StaticParentTestCanAccessParentMethods.test.d.ts +0 -7
- package/build/__tests__/behavioral/utilities/StaticParentTestCanAccessParentMethods.test.js +0 -32
- package/build/__tests__/behavioral/utilities/StaticParentTestCanAccessParentMethods.test.js.map +0 -1
- package/build/__tests__/behavioral/utilities/StaticTestInheritsAbstractSpruceTestProperly.test.d.ts +0 -4
- package/build/__tests__/behavioral/utilities/StaticTestInheritsAbstractSpruceTestProperly.test.js +0 -19
- package/build/__tests__/behavioral/utilities/StaticTestInheritsAbstractSpruceTestProperly.test.js.map +0 -1
- package/build/__tests__/behavioral/utilities/Stringify.test.d.ts +0 -5
- package/build/__tests__/behavioral/utilities/Stringify.test.js +0 -127
- package/build/__tests__/behavioral/utilities/Stringify.test.js.map +0 -1
- package/build/__tests__/behavioral/utilities/TestDecoratorResolver.test.d.ts +0 -7
- package/build/__tests__/behavioral/utilities/TestDecoratorResolver.test.js +0 -38
- package/build/__tests__/behavioral/utilities/TestDecoratorResolver.test.js.map +0 -1
- package/build/__tests__/behavioral/utilities/TestOnBasic.test.d.ts +0 -12
- package/build/__tests__/behavioral/utilities/TestOnBasic.test.js +0 -68
- package/build/__tests__/behavioral/utilities/TestOnBasic.test.js.map +0 -1
- package/build/__tests__/behavioral/utilities/TestOnInstance.test.d.ts +0 -28
- package/build/__tests__/behavioral/utilities/TestOnInstance.test.js +0 -289
- package/build/__tests__/behavioral/utilities/TestOnInstance.test.js.map +0 -1
- package/build/__tests__/behavioral/utilities/TestOnInstanceExtendsTest.test.d.ts +0 -9
- package/build/__tests__/behavioral/utilities/TestOnInstanceExtendsTest.test.js +0 -118
- package/build/__tests__/behavioral/utilities/TestOnInstanceExtendsTest.test.js.map +0 -1
- package/build/__tests__/behavioral/utilities/TestOnInstanceExtendsTestWithHooks.test.d.ts +0 -5
- package/build/__tests__/behavioral/utilities/TestOnInstanceExtendsTestWithHooks.test.js +0 -78
- package/build/__tests__/behavioral/utilities/TestOnInstanceExtendsTestWithHooks.test.js.map +0 -1
- package/build/__tests__/behavioral/utilities/TestOnInstanceWithParentBeforeAll.test.d.ts +0 -4
- package/build/__tests__/behavioral/utilities/TestOnInstanceWithParentBeforeAll.test.js +0 -23
- package/build/__tests__/behavioral/utilities/TestOnInstanceWithParentBeforeAll.test.js.map +0 -1
- package/build/__tests__/behavioral/utilities/TestOnInstanceWithTwoLevelsOfInheritence.test.d.ts +0 -4
- package/build/__tests__/behavioral/utilities/TestOnInstanceWithTwoLevelsOfInheritence.test.js +0 -24
- package/build/__tests__/behavioral/utilities/TestOnInstanceWithTwoLevelsOfInheritence.test.js.map +0 -1
- package/build/__tests__/behavioral/utilities/TestResolver.test.d.ts +0 -7
- package/build/__tests__/behavioral/utilities/TestResolver.test.js +0 -38
- package/build/__tests__/behavioral/utilities/TestResolver.test.js.map +0 -1
- package/build/__tests__/behavioral/utilities/TestResolverOnStatic.test.d.ts +0 -4
- package/build/__tests__/behavioral/utilities/TestResolverOnStatic.test.js +0 -20
- package/build/__tests__/behavioral/utilities/TestResolverOnStatic.test.js.map +0 -1
- package/build/__tests__/behavioral/workspace/JestJsonParser.test.d.ts +0 -18
- package/build/__tests__/behavioral/workspace/JestJsonParser.test.js +0 -267
- package/build/__tests__/behavioral/workspace/JestJsonParser.test.js.map +0 -1
- package/build/__tests__/behavioral/workspace/TestReporter.test.d.ts +0 -27
- package/build/__tests__/behavioral/workspace/TestReporter.test.js +0 -508
- package/build/__tests__/behavioral/workspace/TestReporter.test.js.map +0 -1
- package/build/__tests__/behavioral/workspace/TestRunner.test.d.ts +0 -15
- package/build/__tests__/behavioral/workspace/TestRunner.test.js +0 -99
- package/build/__tests__/behavioral/workspace/TestRunner.test.js.map +0 -1
- package/build/__tests__/behavioral/workspace/Widgets.test.d.ts +0 -16
- package/build/__tests__/behavioral/workspace/Widgets.test.js +0 -134
- package/build/__tests__/behavioral/workspace/Widgets.test.js.map +0 -1
- package/build/__tests__/mock-terminal-kit.d.ts +0 -79
- package/build/__tests__/mock-terminal-kit.js +0 -103
- package/build/__tests__/mock-terminal-kit.js.map +0 -1
- package/build/__tests__/support/AbstractForInstanceTest.d.ts +0 -4
- package/build/__tests__/support/AbstractForInstanceTest.js +0 -9
- package/build/__tests__/support/AbstractForInstanceTest.js.map +0 -1
- package/build/__tests__/support/AbstractLevelOneTest.d.ts +0 -3
- package/build/__tests__/support/AbstractLevelOneTest.js +0 -4
- package/build/__tests__/support/AbstractLevelOneTest.js.map +0 -1
- package/build/__tests__/support/AbstractLevelTwoTest.d.ts +0 -7
- package/build/__tests__/support/AbstractLevelTwoTest.js +0 -14
- package/build/__tests__/support/AbstractLevelTwoTest.js.map +0 -1
- package/build/__tests__/support/AbstractStaticTest.d.ts +0 -7
- package/build/__tests__/support/AbstractStaticTest.js +0 -14
- package/build/__tests__/support/AbstractStaticTest.js.map +0 -1
- package/build/__tests__/support/AbstractTestOnInstanceTest.d.ts +0 -22
- package/build/__tests__/support/AbstractTestOnInstanceTest.js +0 -23
- package/build/__tests__/support/AbstractTestOnInstanceTest.js.map +0 -1
- package/build/__tests__/support/AbstractTestOnInstanceWithHooks.d.ts +0 -26
- package/build/__tests__/support/AbstractTestOnInstanceWithHooks.js +0 -59
- package/build/__tests__/support/AbstractTestOnInstanceWithHooks.js.map +0 -1
- package/build/__tests__/support/jest.setup.d.ts +0 -1
- package/build/__tests__/support/jest.setup.js +0 -4
- package/build/__tests__/support/jest.setup.js.map +0 -1
- package/build/__tests__/support/onTestFileResult.d.ts +0 -244
- package/build/__tests__/support/onTestFileResult.js +0 -980
- package/build/__tests__/support/onTestFileResult.js.map +0 -1
- package/eslint.config.js +0 -3
- package/prettier.config.js +0 -3
- package/src/.spruce/settings.json +0 -4
- package/src/__tests__/MockFetch.ts +0 -100
- package/src/__tests__/behavioral/AbstractModuleTest.test.ts +0 -15
- package/src/__tests__/behavioral/utilities/AllHooksCalledEvenIfNotDefined.test.ts +0 -31
- package/src/__tests__/behavioral/utilities/Assert.test.ts +0 -826
- package/src/__tests__/behavioral/utilities/InstanceParentTestCanAccessParentMethods.test.ts +0 -14
- package/src/__tests__/behavioral/utilities/MockFetch.test.ts +0 -240
- package/src/__tests__/behavioral/utilities/StackCleaner.test.ts +0 -46
- package/src/__tests__/behavioral/utilities/StaticParentTestCanAccessParentMethods.test.ts +0 -34
- package/src/__tests__/behavioral/utilities/StaticTestInheritsAbstractSpruceTestProperly.test.ts +0 -11
- package/src/__tests__/behavioral/utilities/Stringify.test.ts +0 -169
- package/src/__tests__/behavioral/utilities/TestDecoratorResolver.test.ts +0 -51
- package/src/__tests__/behavioral/utilities/TestOnBasic.test.ts +0 -62
- package/src/__tests__/behavioral/utilities/TestOnInstance.test.ts +0 -439
- package/src/__tests__/behavioral/utilities/TestOnInstanceExtendsTest.test.ts +0 -237
- package/src/__tests__/behavioral/utilities/TestOnInstanceExtendsTestWithHooks.test.ts +0 -85
- package/src/__tests__/behavioral/utilities/TestOnInstanceWithParentBeforeAll.test.ts +0 -14
- package/src/__tests__/behavioral/utilities/TestOnInstanceWithTwoLevelsOfInheritence.test.ts +0 -16
- package/src/__tests__/behavioral/utilities/TestResolver.test.ts +0 -48
- package/src/__tests__/behavioral/utilities/TestResolverOnStatic.test.ts +0 -12
- package/src/__tests__/behavioral/workspace/JestJsonParser.test.ts +0 -357
- package/src/__tests__/behavioral/workspace/TestReporter.test.ts +0 -584
- package/src/__tests__/behavioral/workspace/TestRunner.test.ts +0 -87
- package/src/__tests__/behavioral/workspace/Widgets.test.ts +0 -131
- package/src/__tests__/mock-terminal-kit.ts +0 -115
- package/src/__tests__/support/AbstractForInstanceTest.ts +0 -12
- package/src/__tests__/support/AbstractLevelOneTest.ts +0 -3
- package/src/__tests__/support/AbstractLevelTwoTest.ts +0 -16
- package/src/__tests__/support/AbstractStaticTest.ts +0 -16
- package/src/__tests__/support/AbstractTestOnInstanceTest.ts +0 -30
- package/src/__tests__/support/AbstractTestOnInstanceWithHooks.ts +0 -138
- package/src/__tests__/support/jest.setup.ts +0 -2
- package/src/__tests__/support/onTestFileResult.ts +0 -1008
- package/src/impl/AbstractModuleTest.ts +0 -67
- package/src/index.ts +0 -12
- package/src/utilities/AssertionError.ts +0 -14
- package/src/utilities/StackCleaner.ts +0 -14
- package/src/utilities/TestDecoratorResolver.ts +0 -118
- package/src/utilities/assert.ts +0 -583
- package/src/utilities/assert.utility.ts +0 -295
- package/src/utilities/decorators.ts +0 -167
- package/src/workspace/CommandService.ts +0 -256
- package/src/workspace/JestJsonParser.ts +0 -255
- package/src/workspace/TKButtonWidget.ts +0 -54
- package/src/workspace/TestLogItemGenerator.ts +0 -184
- package/src/workspace/TestReporter.ts +0 -880
- package/src/workspace/TestRunner.ts +0 -128
- package/src/workspace/TkBaseWidget.ts +0 -249
- package/src/workspace/TkInputWidget.ts +0 -83
- package/src/workspace/TkLayoutCellWidget.ts +0 -46
- package/src/workspace/TkLayoutWidget.ts +0 -181
- package/src/workspace/TkMenuBarWidget.ts +0 -95
- package/src/workspace/TkPopupWidget.ts +0 -47
- package/src/workspace/TkProgressBarWidget.ts +0 -54
- package/src/workspace/TkTextWidget.ts +0 -167
- package/src/workspace/TkWindowWidget.ts +0 -122
- package/src/workspace/WidgetFactory.ts +0 -33
- package/src/workspace/button.types.ts +0 -19
- package/src/workspace/duration.utility.ts +0 -34
- package/src/workspace/factory.types.ts +0 -101
- package/src/workspace/input.types.ts +0 -22
- package/src/workspace/keySelectChoices.ts +0 -134
- package/src/workspace/layout.types.ts +0 -40
- package/src/workspace/menuBar.types.ts +0 -24
- package/src/workspace/popup.types.ts +0 -17
- package/src/workspace/progressBar.types.ts +0 -13
- package/src/workspace/table.types.ts +0 -9
- package/src/workspace/termKit.utility.ts +0 -130
- package/src/workspace/terminal-kit.d.ts +0 -28
- package/src/workspace/test.types.ts +0 -34
- package/src/workspace/testRunner.cli.ts +0 -166
- package/src/workspace/text.types.ts +0 -27
- package/src/workspace/widget.utilities.ts +0 -35
- package/src/workspace/widgets.types.ts +0 -102
- package/src/workspace/window.types.ts +0 -22
- package/tsconfig.json +0 -24
|
@@ -1,244 +0,0 @@
|
|
|
1
|
-
declare const onTestFileResult: (fileName: string) => {
|
|
2
|
-
status: string;
|
|
3
|
-
test: {
|
|
4
|
-
context: {
|
|
5
|
-
config: {
|
|
6
|
-
automock: boolean;
|
|
7
|
-
cache: boolean;
|
|
8
|
-
cacheDirectory: string;
|
|
9
|
-
clearMocks: boolean;
|
|
10
|
-
coveragePathIgnorePatterns: string[];
|
|
11
|
-
cwd: string;
|
|
12
|
-
detectLeaks: boolean;
|
|
13
|
-
detectOpenHandles: boolean;
|
|
14
|
-
errorOnDeprecated: boolean;
|
|
15
|
-
extraGlobals: never[];
|
|
16
|
-
forceCoverageMatch: never[];
|
|
17
|
-
globals: {};
|
|
18
|
-
haste: {
|
|
19
|
-
computeSha1: boolean;
|
|
20
|
-
throwOnModuleCollision: boolean;
|
|
21
|
-
};
|
|
22
|
-
injectGlobals: boolean;
|
|
23
|
-
moduleDirectories: string[];
|
|
24
|
-
moduleFileExtensions: string[];
|
|
25
|
-
moduleNameMapper: string[][];
|
|
26
|
-
modulePathIgnorePatterns: never[];
|
|
27
|
-
name: string;
|
|
28
|
-
prettierPath: string;
|
|
29
|
-
resetMocks: boolean;
|
|
30
|
-
resetModules: boolean;
|
|
31
|
-
restoreMocks: boolean;
|
|
32
|
-
rootDir: string;
|
|
33
|
-
roots: string[];
|
|
34
|
-
runner: string;
|
|
35
|
-
setupFiles: never[];
|
|
36
|
-
setupFilesAfterEnv: never[];
|
|
37
|
-
skipFilter: boolean;
|
|
38
|
-
slowTestThreshold: number;
|
|
39
|
-
snapshotSerializers: never[];
|
|
40
|
-
testEnvironment: string;
|
|
41
|
-
testEnvironmentOptions: {};
|
|
42
|
-
testLocationInResults: boolean;
|
|
43
|
-
testMatch: string[];
|
|
44
|
-
testPathIgnorePatterns: string[];
|
|
45
|
-
testRegex: never[];
|
|
46
|
-
testRunner: string;
|
|
47
|
-
testURL: string;
|
|
48
|
-
timers: string;
|
|
49
|
-
transform: {}[][];
|
|
50
|
-
transformIgnorePatterns: string[];
|
|
51
|
-
watchPathIgnorePatterns: never[];
|
|
52
|
-
};
|
|
53
|
-
hasteFS: {
|
|
54
|
-
_rootDir: string;
|
|
55
|
-
_files: {};
|
|
56
|
-
};
|
|
57
|
-
moduleMap: {
|
|
58
|
-
duplicates: never[];
|
|
59
|
-
map: (string | {
|
|
60
|
-
g: (string | number)[];
|
|
61
|
-
})[][];
|
|
62
|
-
mocks: never[];
|
|
63
|
-
rootDir: string;
|
|
64
|
-
};
|
|
65
|
-
resolver: {
|
|
66
|
-
_options: {
|
|
67
|
-
extensions: string[];
|
|
68
|
-
hasCoreModules: boolean;
|
|
69
|
-
moduleDirectories: string[];
|
|
70
|
-
moduleNameMapper: {
|
|
71
|
-
moduleName: string;
|
|
72
|
-
regex: {};
|
|
73
|
-
}[];
|
|
74
|
-
rootDir: string;
|
|
75
|
-
};
|
|
76
|
-
_moduleMap: {
|
|
77
|
-
duplicates: never[];
|
|
78
|
-
map: (string | {
|
|
79
|
-
g: (string | number)[];
|
|
80
|
-
})[][];
|
|
81
|
-
mocks: never[];
|
|
82
|
-
rootDir: string;
|
|
83
|
-
};
|
|
84
|
-
_moduleIDCache: {};
|
|
85
|
-
_moduleNameCache: {};
|
|
86
|
-
_modulePathCache: {};
|
|
87
|
-
_supportsNativePlatform: boolean;
|
|
88
|
-
};
|
|
89
|
-
};
|
|
90
|
-
duration: number;
|
|
91
|
-
path: string;
|
|
92
|
-
};
|
|
93
|
-
testResult: {
|
|
94
|
-
leaks: boolean;
|
|
95
|
-
numFailingTests: number;
|
|
96
|
-
numPassingTests: number;
|
|
97
|
-
numPendingTests: number;
|
|
98
|
-
numTodoTests: number;
|
|
99
|
-
openHandles: never[];
|
|
100
|
-
perfStats: {
|
|
101
|
-
end: number;
|
|
102
|
-
runtime: number;
|
|
103
|
-
slow: boolean;
|
|
104
|
-
start: number;
|
|
105
|
-
};
|
|
106
|
-
skipped: boolean;
|
|
107
|
-
snapshot: {
|
|
108
|
-
added: number;
|
|
109
|
-
fileDeleted: boolean;
|
|
110
|
-
matched: number;
|
|
111
|
-
unchecked: number;
|
|
112
|
-
unmatched: number;
|
|
113
|
-
updated: number;
|
|
114
|
-
uncheckedKeys: never[];
|
|
115
|
-
};
|
|
116
|
-
testFilePath: string;
|
|
117
|
-
testResults: {
|
|
118
|
-
ancestorTitles: never[];
|
|
119
|
-
duration: number;
|
|
120
|
-
failureDetails: never[];
|
|
121
|
-
failureMessages: never[];
|
|
122
|
-
fullName: string;
|
|
123
|
-
location: null;
|
|
124
|
-
numPassingAsserts: number;
|
|
125
|
-
status: string;
|
|
126
|
-
title: string;
|
|
127
|
-
}[];
|
|
128
|
-
failureMessage: null;
|
|
129
|
-
};
|
|
130
|
-
aggregatedResult: {
|
|
131
|
-
numFailedTestSuites: number;
|
|
132
|
-
numFailedTests: number;
|
|
133
|
-
numPassedTestSuites: number;
|
|
134
|
-
numPassedTests: number;
|
|
135
|
-
numPendingTestSuites: number;
|
|
136
|
-
numPendingTests: number;
|
|
137
|
-
numRuntimeErrorTestSuites: number;
|
|
138
|
-
numTodoTests: number;
|
|
139
|
-
numTotalTestSuites: number;
|
|
140
|
-
numTotalTests: number;
|
|
141
|
-
openHandles: never[];
|
|
142
|
-
snapshot: {
|
|
143
|
-
added: number;
|
|
144
|
-
didUpdate: boolean;
|
|
145
|
-
failure: boolean;
|
|
146
|
-
filesAdded: number;
|
|
147
|
-
filesRemoved: number;
|
|
148
|
-
filesRemovedList: never[];
|
|
149
|
-
filesUnmatched: number;
|
|
150
|
-
filesUpdated: number;
|
|
151
|
-
matched: number;
|
|
152
|
-
total: number;
|
|
153
|
-
unchecked: number;
|
|
154
|
-
uncheckedKeysByFile: never[];
|
|
155
|
-
unmatched: number;
|
|
156
|
-
updated: number;
|
|
157
|
-
};
|
|
158
|
-
startTime: number;
|
|
159
|
-
success: boolean;
|
|
160
|
-
testResults: ({
|
|
161
|
-
leaks: boolean;
|
|
162
|
-
numFailingTests: number;
|
|
163
|
-
numPassingTests: number;
|
|
164
|
-
numPendingTests: number;
|
|
165
|
-
numTodoTests: number;
|
|
166
|
-
openHandles: never[];
|
|
167
|
-
perfStats: {
|
|
168
|
-
end: number;
|
|
169
|
-
runtime: number;
|
|
170
|
-
slow: boolean;
|
|
171
|
-
start: number;
|
|
172
|
-
};
|
|
173
|
-
skipped: boolean;
|
|
174
|
-
snapshot: {
|
|
175
|
-
added: number;
|
|
176
|
-
fileDeleted: boolean;
|
|
177
|
-
matched: number;
|
|
178
|
-
unchecked: number;
|
|
179
|
-
unmatched: number;
|
|
180
|
-
updated: number;
|
|
181
|
-
uncheckedKeys: never[];
|
|
182
|
-
};
|
|
183
|
-
testFilePath: string;
|
|
184
|
-
testResults: {
|
|
185
|
-
ancestorTitles: never[];
|
|
186
|
-
duration: number;
|
|
187
|
-
failureDetails: never[];
|
|
188
|
-
failureMessages: never[];
|
|
189
|
-
fullName: string;
|
|
190
|
-
location: null;
|
|
191
|
-
numPassingAsserts: number;
|
|
192
|
-
status: string;
|
|
193
|
-
title: string;
|
|
194
|
-
}[];
|
|
195
|
-
failureMessage: null;
|
|
196
|
-
} | {
|
|
197
|
-
leaks: boolean;
|
|
198
|
-
numFailingTests: number;
|
|
199
|
-
numPassingTests: number;
|
|
200
|
-
numPendingTests: number;
|
|
201
|
-
numTodoTests: number;
|
|
202
|
-
openHandles: never[];
|
|
203
|
-
perfStats: {
|
|
204
|
-
end: number;
|
|
205
|
-
runtime: number;
|
|
206
|
-
slow: boolean;
|
|
207
|
-
start: number;
|
|
208
|
-
};
|
|
209
|
-
skipped: boolean;
|
|
210
|
-
snapshot: {
|
|
211
|
-
added: number;
|
|
212
|
-
fileDeleted: boolean;
|
|
213
|
-
matched: number;
|
|
214
|
-
unchecked: number;
|
|
215
|
-
unmatched: number;
|
|
216
|
-
updated: number;
|
|
217
|
-
uncheckedKeys: never[];
|
|
218
|
-
};
|
|
219
|
-
testFilePath: string;
|
|
220
|
-
testResults: {
|
|
221
|
-
ancestorTitles: never[];
|
|
222
|
-
duration: number;
|
|
223
|
-
failureDetails: {
|
|
224
|
-
actual: string;
|
|
225
|
-
error: {};
|
|
226
|
-
expected: string;
|
|
227
|
-
matcherName: string;
|
|
228
|
-
message: string;
|
|
229
|
-
passed: boolean;
|
|
230
|
-
stack: string;
|
|
231
|
-
}[];
|
|
232
|
-
failureMessages: string[];
|
|
233
|
-
fullName: string;
|
|
234
|
-
location: null;
|
|
235
|
-
numPassingAsserts: number;
|
|
236
|
-
status: string;
|
|
237
|
-
title: string;
|
|
238
|
-
}[];
|
|
239
|
-
failureMessage: string;
|
|
240
|
-
})[];
|
|
241
|
-
wasInterrupted: boolean;
|
|
242
|
-
};
|
|
243
|
-
};
|
|
244
|
-
export default onTestFileResult;
|