Skip to content

Commit

Permalink
fix: missing .js extensions for some imports
Browse files Browse the repository at this point in the history
  • Loading branch information
josdejong committed Dec 15, 2022
1 parent a662dcd commit 0cc75bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/jsonrepair.test.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { strictEqual, deepStrictEqual, throws } from 'assert'
import jsonrepair from './jsonrepair.js'
import JSONRepairError from './JSONRepairError'
import JSONRepairError from './JSONRepairError.js'

describe('jsonRepair', () => {
describe('parse valid JSON', () => {
Expand Down

0 comments on commit 0cc75bf

Please sign in to comment.