Skip to content

Commit 7983098

Browse files
committed
test(nip05): register sinon-chai for NIP-05 unit tests (#35)
1 parent f53a471 commit 7983098

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

test/unit/utils/nip05.spec.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,10 @@ import axios from 'axios'
22
import chai from 'chai'
33
import chaiAsPromised from 'chai-as-promised'
44
import Sinon from 'sinon'
5+
import sinonChai from 'sinon-chai'
56

67
chai.use(chaiAsPromised)
8+
chai.use(sinonChai)
79

810
import {
911
extractNip05FromEvent,

0 commit comments

Comments
 (0)