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.js
10 lines
(9 loc)
•
227 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
/**
@type
{import('
@ts
-jest/dist/types').InitialOptionsTsJest} */
module
.
exports
= { preset:
'ts-jest'
, testEnvironment:
'node'
, testMatch: [
'**/test/**/*.test.ts'
], transform: {
'^.+\\.ts?$'
:
'esbuild-jest'
}, }