Skip to content

Commit

Permalink
Convert package from CJS to ESM
Browse files Browse the repository at this point in the history
  • Loading branch information
matejchalk committed Oct 7, 2024
1 parent 7e89ecb commit 39ee0f5
Show file tree
Hide file tree
Showing 9 changed files with 53,238 additions and 54,412 deletions.
2 changes: 1 addition & 1 deletion __tests__/issues.test.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import type { Report } from '@code-pushup/models'
import { getAuditImpactValue, issuesMatch } from '../src/issues'
import type { Report } from '../src/models'

describe('issues comparison', () => {
it('should match issues with exact same metadata', () => {
Expand Down
Loading

0 comments on commit 39ee0f5

Please sign in to comment.