forked from tanmen/jest-reporter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathresult.json
1 lines (1 loc) · 2.49 KB
/
result.json
1
{"numFailedTestSuites":1,"numFailedTests":0,"numPassedTestSuites":1,"numPassedTests":3,"numPendingTestSuites":0,"numPendingTests":0,"numRuntimeErrorTestSuites":1,"numTodoTests":0,"numTotalTestSuites":2,"numTotalTests":3,"openHandles":[],"snapshot":{"added":0,"didUpdate":false,"failure":false,"filesAdded":0,"filesRemoved":0,"filesRemovedList":[],"filesUnmatched":0,"filesUpdated":0,"matched":0,"total":0,"unchecked":0,"uncheckedKeysByFile":[],"unmatched":0,"updated":0},"startTime":1592990795813,"success":false,"testResults":[{"assertionResults":[],"coverage":{},"endTime":1592990799201,"message":" \u001b[1m● \u001b[22mTest suite failed to run\n\n \u001b[96msrc/__tests__/parse.ts\u001b[0m:\u001b[93m40\u001b[0m:\u001b[93m7\u001b[0m - \u001b[91merror\u001b[0m\u001b[90m TS2322: \u001b[0mType '{ assertionResults: { ancestorTitles: never[]; failureMessages: string[]; fullName: string; location: { column: number; line: number; }; status: string; title: string; }[]; endTime: number; message: string; name: string; startTime: number; status: string; summary: string; }' is not assignable to type 'TestResult'.\n Object literal may only specify known properties, and 'assertionResults' does not exist in type 'TestResult'.\n\n \u001b[7m 40\u001b[0m assertionResults: [\n \u001b[7m \u001b[0m \u001b[91m ~~~~~~~~~~~~~~~~~~~\u001b[0m\n \u001b[7m 41\u001b[0m {\n \u001b[7m \u001b[0m \u001b[91m~~~~~~~~~\u001b[0m\n \u001b[7m...\u001b[0m \n \u001b[7m 53\u001b[0m }\n \u001b[7m \u001b[0m \u001b[91m~~~~~~~~~\u001b[0m\n \u001b[7m 54\u001b[0m ],\n \u001b[7m \u001b[0m \u001b[91m~~~~~~~\u001b[0m\n","name":"/Users/yuki.takeuchi/Projects/jest-reporter/src/__tests__/parse.ts","startTime":1592990799201,"status":"failed","summary":""},{"assertionResults":[{"ancestorTitles":[],"failureMessages":[],"fullName":"should be read file","location":{"column":1,"line":5},"status":"passed","title":"should be read file"},{"ancestorTitles":[],"failureMessages":[],"fullName":"should be throw if not found","location":{"column":1,"line":9},"status":"passed","title":"should be throw if not found"},{"ancestorTitles":[],"failureMessages":[],"fullName":"should be throw unless json format","location":{"column":1,"line":15},"status":"passed","title":"should be throw unless json format"}],"endTime":1592990799152,"message":"","name":"/Users/yuki.takeuchi/Projects/jest-reporter/src/__tests__/readResult.ts","startTime":1592990796640,"status":"passed","summary":""}],"wasInterrupted":false}