-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtest_report
More file actions
26 lines (24 loc) · 1.13 KB
/
test_report
File metadata and controls
26 lines (24 loc) · 1.13 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
> @wtasnorg/node-lib@0.0.7 test
> bash -c 'node --test src/**/*.test.js'
[32m✔ find: findDirectories success [90m(1.077042ms)[39m[39m
[32m✔ find: findDirectories symlink is NOT treated as a directory [90m(0.181028ms)[39m[39m
[32m✔ find: findDirectories at depth=2 [90m(0.264408ms)[39m[39m
[32m✔ find: findDirectories at depth=3 [90m(0.225558ms)[39m[39m
hello from @wtasnorg/node-lib
hello from @wtasnorg/node-lib
▶ hello
[32m✔ returns a string that has the word 'hello' in it [90m(0.855703ms)[39m[39m
[32m✔ returns exact string [90m(0.132439ms)[39m[39m
[32m✔ hello [90m(1.649597ms)[39m[39m
[32m✔ pojo() should return only enumerable data fields [90m(0.948072ms)[39m[39m
[32m✔ pojo() should exclude methods [90m(0.137609ms)[39m[39m
[32m✔ pojo() should exclude prototype properties [90m(0.141089ms)[39m[39m
[32m✔ pojo() should ignore non-enumerable own properties [90m(0.671565ms)[39m[39m
[34mℹ tests 10[39m
[34mℹ suites 1[39m
[34mℹ pass 10[39m
[34mℹ fail 0[39m
[34mℹ cancelled 0[39m
[34mℹ skipped 0[39m
[34mℹ todo 0[39m
[34mℹ duration_ms 50.692585[39m