UNPKG
nanohash
Version:
latest (0.0.2)
0.0.15
0.0.14
0.0.13
0.0.12
0.0.11
0.0.2
0.0.1
Generate 64bits-based numeric ids readable as short strings too!
nanohash
/
jest.config.js
7 lines
(6 loc)
•
144 B
JavaScript
View Raw
1
2
3
4
5
6
7
module
.
exports
= { preset:
'ts-jest'
, testEnvironment:
'node'
, roots: [
'<rootDir>/tests'
], moduleFileExtensions: [
'js'
,
'd.ts'
,
'ts'
] }