Skip to content

Commit b48efe8

Browse files
committed
format
1 parent a9016b0 commit b48efe8

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

test/merge.test.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@ import { describe, it, expect, beforeAll } from 'vitest'
22
import istanbul from 'istanbul-lib-coverage'
33
import _ from 'lodash'
44
import coverage from './fixtures/coverage.json'
5-
import { fileCoveragePlaceholder, removePlaceholders } from '../lib/common-utils.js'
5+
import {
6+
fileCoveragePlaceholder,
7+
removePlaceholders
8+
} from '../lib/common-utils.js'
69

710
/**
811
* Extracts just the data from the coverage map object

0 commit comments

Comments
 (0)