-
Notifications
You must be signed in to change notification settings - Fork 1
/
unit-test.txt
21 lines (20 loc) · 1.21 KB
/
unit-test.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Test git rev: 5b563277997b1c44fb5344ab62bdc1286546a39b
PASS lib/test/s3-empty-bucket.test.js
s3EmptyBucket
✓ generates correct/complete delete command input (4 ms)
----------------------|---------|----------|---------|---------|-------------------
File | % Stmts | % Branch | % Funcs | % Lines | Uncovered Line #s
----------------------|---------|----------|---------|---------|-------------------
All files | 48.78 | 14.28 | 60 | 48.78 |
cli | 0 | 100 | 0 | 0 |
s3-empty-bucket.mjs | 0 | 100 | 0 | 0 | 1-25
cli/lib | 0 | 0 | 0 | 0 |
get-credentials.mjs | 0 | 0 | 0 | 0 | 1-26
lib | 86.95 | 25 | 100 | 86.95 |
s3-empty-bucket.mjs | 86.95 | 25 | 100 | 86.95 | 19-20,41
----------------------|---------|----------|---------|---------|-------------------
Test Suites: 1 passed, 1 total
Tests: 1 passed, 1 total
Snapshots: 0 total
Time: 0.448 s, estimated 1 s
Ran all test suites.