Skip to content

Commit

Permalink
Update assert import
Browse files Browse the repository at this point in the history
  • Loading branch information
paulrobertlloyd committed Dec 11, 2023
1 parent 8627505 commit e964c8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/index.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const { strict: assert } = require('node:assert')
const assert = require('node:assert/strict')
const test = require('node:test')
const { marked } = require('marked')
const govukMarkdown = require('../index.js')
Expand Down

0 comments on commit e964c8d

Please sign in to comment.