forked from aburtsev/codelab.ai
-
Notifications
You must be signed in to change notification settings - Fork 0
/
shared-utils.xml
21 lines (21 loc) · 1.44 KB
/
shared-utils.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?xml version="1.0" encoding="UTF-8"?>
<testsuites name="jest tests" tests="7" failures="0" errors="0" time="0.248">
<testsuite name="deepSortKeys" errors="0" failures="0" skipped="0" timestamp="2024-02-23T05:54:41" time="0.148" tests="5">
<testcase classname="shared-utils > deep-sort.spec.ts" name="deepSortKeys > should sort object keys alphabetically" time="0.002">
</testcase>
<testcase classname="shared-utils > deep-sort.spec.ts" name="deepSortKeys > should sort nested object keys alphabetically" time="0">
</testcase>
<testcase classname="shared-utils > deep-sort.spec.ts" name="deepSortKeys > should sort keys in an array of objects" time="0">
</testcase>
<testcase classname="shared-utils > deep-sort.spec.ts" name="deepSortKeys > should handle arrays and non-objects" time="0">
</testcase>
<testcase classname="shared-utils > deep-sort.spec.ts" name="deepSortKeys > should sort deeply nested structures" time="0">
</testcase>
</testsuite>
<testsuite name="String transform" errors="0" failures="0" skipped="0" timestamp="2024-02-23T05:54:41" time="0.072" tests="2">
<testcase classname="shared-utils > strings.spec.ts" name="String transform > can strip quotes" time="0.001">
</testcase>
<testcase classname="shared-utils > strings.spec.ts" name="String transform > can transform compound to title case" time="0">
</testcase>
</testsuite>
</testsuites>