UNPKG
nft-random-profile
Version:
latest (1.0.1)
1.0.1
1.0.0
get random nft pfp
nft-random-profile
/
jest.config.js
9 lines
(8 loc)
•
183 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
module
.
exports
= { preset:
'ts-jest'
, testEnvironment:
'node'
, testMatch: [
'**/*.test.ts'
], moduleNameMapper: {
'^@test/(.*)$'
:
'<rootDir>/src/$1'
, } };