-
Notifications
You must be signed in to change notification settings - Fork 1
/
unit-test.txt
18 lines (17 loc) · 1.25 KB
/
unit-test.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Test git rev: 6b713b2fcddeef528f175c57dd5e04eb4a2b0093
PASS test/get-github-org-and-project-basename.test.js
PASS test/determine-current-release.test.js
PASS test/access-lib.test.js
-----------------------------------------|---------|----------|---------|---------|------------------------------------
File | % Stmts | % Branch | % Funcs | % Lines | Uncovered Line #s
-----------------------------------------|---------|----------|---------|---------|------------------------------------
All files | 65.88 | 47.88 | 55.55 | 65.47 |
access-lib.mjs | 53.33 | 36.36 | 42.85 | 52.54 | 10,23,42-52,67-84,88-89,99,107,112
determine-current-release.mjs | 93.75 | 77.77 | 100 | 93.75 | 37
get-github-org-and-project-basename.mjs | 100 | 100 | 100 | 100 |
-----------------------------------------|---------|----------|---------|---------|------------------------------------
Test Suites: 3 passed, 3 total
Tests: 8 passed, 8 total
Snapshots: 0 total
Time: 1.161 s, estimated 2 s
Ran all test suites.