1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-21 15:04:11 -05:00
denoland-deno/tests/specs/test/hide_stacktraces/junit.out

27 lines
593 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<testsuites name="deno test" tests="1" failures="1" errors="0" time="[WILDCARD]">
<testsuite name="./main.js" tests="1" disabled="0" errors="0" failures="1">
<testcase name="assert a b" classname="./main.js" time="[WILDCARD]" line="1" col="6">
<failure message="Uncaught AssertionError: Values are not equal.
[Diff] Actual / Expected
- foo
+ bar
">AssertionError: Values are not equal.
[Diff] Actual / Expected
- foo
+ bar
</failure>
</testcase>
</testsuite>
</testsuites>
error: Test failed