We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1157465 commit ed3668eCopy full SHA for ed3668e
test/parallel/test-runner-coverage-source-map.js
@@ -45,7 +45,7 @@ describe('Coverage with source maps', async () => {
45
t.assert.strictEqual(spawned.code, 1);
46
});
47
48
- await it.only('accounts only mapped lines when --enable-source-maps is provided', async (t) => {
+ it('accounts only mapped lines when --enable-source-maps is provided', async (t) => {
49
const report = generateReport([
50
'# --------------------------------------------------------------',
51
'# file | line % | branch % | funcs % | uncovered lines',
0 commit comments