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 f4cab49 commit dcf5d26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/pds/tests/handles.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import basicSeed from './seeds/basic'
let alice: string
let bob: string

jest.mock('dns/promises', () => {
jest.mock('node:dns/promises', () => {
return {
resolveTxt: (domain: string) => {
if (domain === '_atproto.alice.external') {
Expand Down

0 comments on commit dcf5d26

Please sign in to comment.