Skip to content

Commit 39ee0f5

Browse files
committed
Convert package from CJS to ESM
1 parent 7e89ecb commit 39ee0f5

File tree

9 files changed

+53238
-54412
lines changed

9 files changed

+53238
-54412
lines changed

__tests__/issues.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1+
import type { Report } from '@code-pushup/models'
12
import { getAuditImpactValue, issuesMatch } from '../src/issues'
2-
import type { Report } from '../src/models'
33

44
describe('issues comparison', () => {
55
it('should match issues with exact same metadata', () => {

0 commit comments

Comments
 (0)