File tree Expand file tree Collapse file tree 1 file changed +33
-0
lines changed Expand file tree Collapse file tree 1 file changed +33
-0
lines changed Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2
+ <testsuites name =" jest tests" tests =" 10" failures =" 0" errors =" 0" time =" 30.007" >
3
+ <testsuite name =" tests\dal\DIListItemProvider.test.ts" errors =" 0" failures =" 0" skipped =" 0" timestamp =" 2024-07-16T19:59:04" time =" 17.538" tests =" 2" >
4
+ <testcase classname =" DIListItemProvider" name =" Should call the correct URL when calling getById" time =" 0.069" >
5
+ </testcase >
6
+ <testcase classname =" DIListItemProvider" name =" Should call the correct URL when calling getListItems" time =" 0.002" >
7
+ </testcase >
8
+ </testsuite >
9
+ <testsuite name =" tests\dal\PnPListItemProvider.test.ts" errors =" 0" failures =" 0" skipped =" 0" timestamp =" 2024-07-16T19:59:04" time =" 18.097" tests =" 2" >
10
+ <testcase classname =" PnPListItemProvider" name =" Should call the correct methods weh calling getListItems" time =" 0.037" >
11
+ </testcase >
12
+ <testcase classname =" PnPListItemProvider" name =" Should call the correct methods when cfalling getById" time =" 0.002" >
13
+ </testcase >
14
+ </testsuite >
15
+ <testsuite name =" tests\dal\SPContextListItemProvider.test.ts" errors =" 0" failures =" 0" skipped =" 0" timestamp =" 2024-07-16T19:59:04" time =" 18.101" tests =" 2" >
16
+ <testcase classname =" SPContextListItemProvider" name =" Should call the correct URL when calling getListItems" time =" 0.033" >
17
+ </testcase >
18
+ <testcase classname =" SPContextListItemProvider" name =" Should call the correct URL when calling getById" time =" 0.001" >
19
+ </testcase >
20
+ </testsuite >
21
+ <testsuite name =" tests\manager\ItemsWithAuthorDetailsManager.test.ts" errors =" 0" failures =" 0" skipped =" 0" timestamp =" 2024-07-16T19:59:04" time =" 18.122" tests =" 1" >
22
+ <testcase classname =" ItemsWithAuthorDetailsManager" name =" should get users" time =" 0.031" >
23
+ </testcase >
24
+ </testsuite >
25
+ <testsuite name =" tests\components\ItemsWithAdminInfo.test.tsx" errors =" 0" failures =" 0" skipped =" 0" timestamp =" 2024-07-16T19:59:04" time =" 24.054" tests =" 3" >
26
+ <testcase classname =" ItemsWithAdminInfo" name =" should display spinner while loading" time =" 0.079" >
27
+ </testcase >
28
+ <testcase classname =" ItemsWithAdminInfo" name =" should display items when loaded" time =" 0.123" >
29
+ </testcase >
30
+ <testcase classname =" ItemsWithAdminInfo" name =" should handle error when getting items fails" time =" 0.013" >
31
+ </testcase >
32
+ </testsuite >
33
+ </testsuites >
You can’t perform that action at this time.
0 commit comments