-
Notifications
You must be signed in to change notification settings - Fork 23
/
Copy pathexample.xml
17 lines (16 loc) · 931 Bytes
/
example.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?xml version="1.0" encoding="UTF-8"?>
<testsuites name="Unit Tests" tests="1" failures="1" time="1.3">
<testsuite name="example" errors="0" failures="1" skipped="0" timestamp="2020-02-17T01:23:12" time="0.641" tests="1">
<testcase classname="example" name="does not fail" time="0.003">
<failure>Error: expect(received).toBe(expected) // Object.is equality
Expected: true
Received: false
at Object.<anonymous> (/github/workspace/example/index.spec.js:3:19)
at Object.asyncJestTest (/github/workspace/node_modules/jest-jasmine2/build/jasmineAsyncInstall.js:102:37)
at /github/workspace/node_modules/jest-jasmine2/build/queueRunner.js:43:12
at new Promise (<anonymous>)
at mapper (/github/workspace/node_modules/jest-jasmine2/build/queueRunner.js:26:19)
at /github/workspace/node_modules/jest-jasmine2/build/queueRunner.js:73:41</failure>
</testcase>
</testsuite>
</testsuites>