UNPKG
nid
Version:
latest (2.0.1)
2.0.1
2.0.0
1.3.3
1.3.2
1.3.1
1.3.0
1.2.1
1.2.0
1.1.0
0.4.0
0.3.2
0.3.1
0.3.0
0.2.0
0.1.0
Nice clean-mouthed random id generation, without any swearing!
github.com/rjrodger/nid
rjrodger/nid
nid
/
jest.config.pure.js
7 lines
(6 loc)
•
174 B
JavaScript
View Raw
1
2
3
4
5
6
7
/**
@type
{import('
@ts
-jest/dist/types').InitialOptionsTsJest} */
module
.
exports
= { preset:
'ts-jest'
, testEnvironment:
'node'
, testMatch: [
'**/test/**/*.test.ts'
], }