UNPKG
modern-totp
Version:
latest (0.0.3)
0.0.3
0.0.1
Modern TypeScript TOTP generator and verifier (RFC 6238)
modern-totp
/
jest.config.js
6 lines
(5 loc)
•
114 B
JavaScript
View Raw
1
2
3
4
5
6
module
.
exports
= { preset:
'ts-jest'
, testEnvironment:
'node'
, testMatch: [
'**/test/**/*.test.ts'
] };