UNPKG
timed-cache
Version:
latest (2.0.0)
2.0.0
1.1.5
1.1.4
1.1.3
1.1.2
1.1.1
1.1.0
1.0.5
1.0.3
A minimalist time-based caching system.
github.com/HQarroum/timed-cache
HQarroum/timed-cache
timed-cache
/
jest.config.js
5 lines
•
104 B
JavaScript
View Raw
1
2
3
4
5
export
default
{
roots
: [
'<rootDir>/tests'
],
testMatch
: [
'**/*.spec.js'
],
collectCoverage
:
true
};