Skip to content

Commit

Permalink
Fix compiler “Relative import paths need explicit file extensions in …
Browse files Browse the repository at this point in the history
…EcmaScript imports”
  • Loading branch information
colinrotherham committed Nov 8, 2022
1 parent e0aadab commit 65485cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/govuk/macros/i18n.unit.test.mjs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { callMacro } from '../../../lib/jest-helpers'
import { callMacro } from '../../../lib/jest-helpers.js'

describe('i18n.njk', () => {
describe('govukPluralisedI18nAttributes', () => {
Expand Down

0 comments on commit 65485cc

Please sign in to comment.