UNPKG
@0xcap/loot-table
Version:
latest (1.0.1)
1.0.1
1.0.0
0.2.0
0.1.0
A simple loot table implementation in TypeScript.
0xCAP/loot-table
@0xcap/loot-table
/
jest.config.js
11 lines
(10 loc)
•
203 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
module
.
exports
= { clearMocks:
true
, moduleFileExtensions: [
"js"
,
"ts"
], testEnvironment:
"node"
, testMatch: [
"**/*.test.ts"
], transform: {
"^.+\\.ts$"
:
"ts-jest"
, }, verbose:
true
, };