UNPKG
@fort-major/masquerade
Version:
latest (0.2.6)
0.2.6
0.2.5
0.2.4
0.2.3
0.2.2
0.2.1
0.2.0
Privacy-focused MetaMask snap for the Internet Computer (ICP)
icp.msq.tech
fort-major/masquerade
@fort-major/masquerade
/
jest.config.js
7 lines
(6 loc)
•
174 B
JavaScript
View Raw
1
2
3
4
5
6
7
module
.
exports
= { preset:
"ts-jest"
, testEnvironment:
"@metamask/snaps-jest"
, setupFilesAfterEnv: [
"@metamask/snaps-jest/dist/cjs/setup.js"
], testTimeout:
20000
, };