-
Notifications
You must be signed in to change notification settings - Fork 0
/
junit.xml
19 lines (19 loc) · 1.33 KB
/
junit.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?xml version="1.0" encoding="UTF-8"?>
<testsuites name="jest tests" tests="2" failures="1" time="12.023">
<testsuite name="undefined" errors="0" failures="1" skipped="1" timestamp="2020-02-24T15:21:45" time="11.156" tests="2">
<testcase classname=" 正确数据" name=" 正确数据" time="0.001">
<skipped/>
</testcase>
<testcase classname=" 正确数据2" name=" 正确数据2" time="10.37">
<failure>TypeError: Cannot set property 'next' of null
at DoubleList.Object.<anonymous>.DoubleList.remove (/Users/lsk/Desktop/Code/LeetCode/answers/Q146.LRU.js:68:20)
at LRUCache.Object.<anonymous>.LRUCache.put (/Users/lsk/Desktop/Code/LeetCode/answers/Q146.LRU.js:33:25)
at Object.<anonymous>.test (/Users/lsk/Desktop/Code/LeetCode/answers/Q146.LRU.js:102:11)
at Object.asyncJestTest (/Users/lsk/Desktop/Code/LeetCode/node_modules/jest-jasmine2/build/jasmineAsyncInstall.js:102:37)
at resolve (/Users/lsk/Desktop/Code/LeetCode/node_modules/jest-jasmine2/build/queueRunner.js:43:12)
at new Promise (<anonymous>)
at mapper (/Users/lsk/Desktop/Code/LeetCode/node_modules/jest-jasmine2/build/queueRunner.js:26:19)
at promise.then (/Users/lsk/Desktop/Code/LeetCode/node_modules/jest-jasmine2/build/queueRunner.js:73:41)</failure>
</testcase>
</testsuite>
</testsuites>