-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathunit.xml
More file actions
15 lines (15 loc) · 1.24 KB
/
Copy pathunit.xml
File metadata and controls
15 lines (15 loc) · 1.24 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?xml version="1.0" encoding="UTF-8"?>
<testsuites name="Mocha Tests" time="0.490" tests="4" failures="0">
<testsuite name="Root Suite" timestamp="2026-04-08T12:20:04" tests="0" time="0.000" failures="0">
</testsuite>
<testsuite name="async-search" timestamp="2026-04-08T12:20:04" tests="4" file="/projects/challenge/test/index.spec.js" time="0.486" failures="0">
<testcase name="async-search Should emit the event SEARCH_STARTED when the search starts" time="0.024" classname="Should emit the event SEARCH_STARTED when the search starts">
</testcase>
<testcase name="async-search Should emit the event SEARCH_ERROR if term passed to the function is falsy" time="0.151" classname="Should emit the event SEARCH_ERROR if term passed to the function is falsy">
</testcase>
<testcase name="async-search Should emit the event SEARCH_ERROR if the API service fails with an error" time="0.151" classname="Should emit the event SEARCH_ERROR if the API service fails with an error">
</testcase>
<testcase name="async-search Should emit the event SEARCH_SUCCESS with the result" time="0.152" classname="Should emit the event SEARCH_SUCCESS with the result">
</testcase>
</testsuite>
</testsuites>