UNPKG
xxhash3lib
Version:
latest (0.2.4)
0.2.4
Fork of Node.js native addon for kaciras blog
github.com/kyoto44/nativelib
kyoto44/nativelib
xxhash3lib
/
jest.config.js
10 lines
(9 loc)
•
168 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
module
.
exports
= { testMatch: [
"**/test/*-test.[jt]s"
, ], testEnvironment:
"node"
, clearMocks:
true
, coverageDirectory:
"coverage"
, coverageProvider:
"v8"
, };