Convert nip05 test to typescript

This commit is contained in:
Alex Gleason
2023-05-10 14:46:34 -05:00
committed by fiatjaf_
parent 6a07d2d9d3
commit 64caef9cda
4 changed files with 109 additions and 14 deletions

5
jest.config.js Normal file
View File

@@ -0,0 +1,5 @@
/** @type {import('ts-jest').JestConfigWithTsJest} */
module.exports = {
preset: 'ts-jest',
testEnvironment: 'node',
}