-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
690bb64
commit f40b648
Showing
2 changed files
with
19 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,35 +1,35 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<testsuites name="jest tests" tests="15" failures="0" errors="0" time="0.234"> | ||
<testsuite name="jq" errors="0" failures="0" skipped="0" timestamp="2023-02-15T19:54:29" time="0.208" tests="15"> | ||
<testcase classname="jq should break" name="jq should break" time="0.002"> | ||
<testsuites name="jest tests" tests="15" failures="0" errors="0" time="0.279"> | ||
<testsuite name="jq" errors="0" failures="0" skipped="0" timestamp="2023-02-16T08:59:34" time="0.243" tests="15"> | ||
<testcase classname="jq should break" name="jq should break" time="0.003"> | ||
</testcase> | ||
<testcase classname="jq should break for invalid input" name="jq should break for invalid input" time="0.001"> | ||
<testcase classname="jq should break for invalid input" name="jq should break for invalid input" time="0.002"> | ||
</testcase> | ||
<testcase classname="jq should break for invalid input" name="jq should break for invalid input" time="0.001"> | ||
<testcase classname="jq should break for invalid input" name="jq should break for invalid input" time="0.003"> | ||
</testcase> | ||
<testcase classname="jq should break for invalid input" name="jq should break for invalid input" time="0.001"> | ||
<testcase classname="jq should break for invalid input" name="jq should break for invalid input" time="0.002"> | ||
</testcase> | ||
<testcase classname="jq string should work" name="jq string should work" time="0"> | ||
<testcase classname="jq string should work" name="jq string should work" time="0.002"> | ||
</testcase> | ||
<testcase classname="jq number should work" name="jq number should work" time="0"> | ||
</testcase> | ||
<testcase classname="jq should return null" name="jq should return null" time="0.001"> | ||
<testcase classname="jq should return null" name="jq should return null" time="0.002"> | ||
</testcase> | ||
<testcase classname="jq should return array with object" name="jq should return array with object" time="0"> | ||
<testcase classname="jq should return array with object" name="jq should return array with object" time="0.001"> | ||
</testcase> | ||
<testcase classname="jq should return an item of an array" name="jq should return an item of an array" time="0.001"> | ||
<testcase classname="jq should return an item of an array" name="jq should return an item of an array" time="0.003"> | ||
</testcase> | ||
<testcase classname="jq should return array with objects" name="jq should return array with objects" time="0"> | ||
<testcase classname="jq should return array with objects" name="jq should return array with objects" time="0.002"> | ||
</testcase> | ||
<testcase classname="jq should return boolean" name="jq should return boolean" time="0.001"> | ||
<testcase classname="jq should return boolean" name="jq should return boolean" time="0.002"> | ||
</testcase> | ||
<testcase classname="jq should return object" name="jq should return object" time="0"> | ||
<testcase classname="jq should return object" name="jq should return object" time="0.003"> | ||
</testcase> | ||
<testcase classname="jq should return recursed obj" name="jq should return recursed obj" time="0"> | ||
<testcase classname="jq should return recursed obj" name="jq should return recursed obj" time="0.001"> | ||
</testcase> | ||
<testcase classname="jq should return recursed obj" name="jq should return recursed obj" time="0"> | ||
<testcase classname="jq should return recursed obj" name="jq should return recursed obj" time="0.002"> | ||
</testcase> | ||
<testcase classname="jq should return null on invalid json" name="jq should return null on invalid json" time="0"> | ||
<testcase classname="jq should return null on invalid json" name="jq should return null on invalid json" time="0.001"> | ||
</testcase> | ||
</testsuite> | ||
</testsuites> |