Skip to content

Commit

Permalink
Fix mock import
Browse files Browse the repository at this point in the history
  • Loading branch information
matthieusieben committed Dec 10, 2024
1 parent abda589 commit f4cab49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/identity/tests/handle-resolver.test.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { HandleResolver } from '../src'

jest.mock('dns/promises', () => {
jest.mock('node:dns/promises', () => {
return {
resolveTxt: (handle: string) => {
if (handle === '_atproto.simple.test') {
Expand Down

0 comments on commit f4cab49

Please sign in to comment.