Skip to content

Commit

Permalink
Add .js extention to the import (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
abdala authored Dec 3, 2024
1 parent 3dabdaa commit 4a141b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dtc/src/loader.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import {TestCaseExecution, Loader, TestCase} from './domain'
import {TestCaseExecution, Loader, TestCase} from './domain.js'
import {readdir, stat} from 'node:fs/promises'
import {join} from 'path'
import {assert} from '@cgauge/type-guard'
Expand Down

0 comments on commit 4a141b5

Please sign in to comment.