We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9016b0 commit b48efe8Copy full SHA for b48efe8
test/merge.test.js
@@ -2,7 +2,10 @@ import { describe, it, expect, beforeAll } from 'vitest'
2
import istanbul from 'istanbul-lib-coverage'
3
import _ from 'lodash'
4
import coverage from './fixtures/coverage.json'
5
-import { fileCoveragePlaceholder, removePlaceholders } from '../lib/common-utils.js'
+import {
6
+ fileCoveragePlaceholder,
7
+ removePlaceholders
8
+} from '../lib/common-utils.js'
9
10
/**
11
* Extracts just the data from the coverage map object
0 commit comments