Skip to content

Commit

Permalink
did-mailto spec imports assert from node:assert
Browse files Browse the repository at this point in the history
  • Loading branch information
gobengo committed Nov 2, 2023
1 parent 45cc0ec commit e0a496e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/did-mailto/test/did-mailto.spec.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import * as assert from 'assert'
import * as assert from 'node:assert'
import * as didMailto from '../src/index.js'

describe('did-mailto', () => {
Expand Down

0 comments on commit e0a496e

Please sign in to comment.