UNPKG
@ezmockup/ezuuid
Version:
latest (0.1.2)
0.1.2
0.1.1
0.1.0
A simple and easy-to-use UUID generation and processing library.
ezmockup.ai/t-shirt-mockup/
@ezmockup/ezuuid
/
jest.config.js
6 lines
(5 loc)
•
113 B
JavaScript
View Raw
1
2
3
4
5
6
module
.
exports
= { preset:
'ts-jest'
, testEnvironment:
'node'
, testMatch: [
'**/test/**/*.test.ts'
] };