forked from istanbuljs/nyc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtest-tsc.js-TAP.test.js
26 lines (23 loc) · 1.27 KB
/
test-tsc.js-TAP.test.js
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
/* IMPORTANT
* This snapshot file is auto-generated, but designed for humans.
* It should be checked into source control and tracked carefully.
* Re-generate by setting TAP_SNAPSHOT=1 and running tests.
* Make sure to inspect the output below. Do not ignore changes!
*/
'use strict'
exports[`test/tsc.js TAP ignore source-map > stdout 1`] = `
------------|---------|----------|---------|---------|-------------------
File | % Stmts | % Branch | % Funcs | % Lines | Uncovered Line #s
------------|---------|----------|---------|---------|-------------------
All files | 38.46 | 57.14 | 66.67 | 50 |
mapping.js | 38.46 | 57.14 | 66.67 | 50 | 3-8
------------|---------|----------|---------|---------|-------------------
`
exports[`test/tsc.js TAP reads source-map > stdout 1`] = `
------------|---------|----------|---------|---------|-------------------
File | % Stmts | % Branch | % Funcs | % Lines | Uncovered Line #s
------------|---------|----------|---------|---------|-------------------
All files | 100 | 100 | 100 | 100 |
mapping.ts | 100 | 100 | 100 | 100 |
------------|---------|----------|---------|---------|-------------------
`