UNPKG
countup.js
Version:
latest (2.10.1)
2.10.1
2.10.0
2.9.0
2.8.2
2.8.1
2.8.0
2.7.1
2.7.0
2.6.2
2.6.1
2.6.0
2.5.0
2.4.2
2.4.1
2.3.2
2.3.1
2.3.0
2.2.0
2.1.0
2.0.8
2.0.7
2.0.6
2.0.5
2.0.4
2.0.3
2.0.2
2.0.1
2.0.0
1.9.3
1.9.2
1.9.1
1.9.0
1.8.5
1.8.4
1.8.3
1.8.2
1.8.1
1.7.1
1.7.0
0.1.1
0.1.0
Animates a numerical value by counting to it
github.com/inorganik/countUp.js
inorganik/countUp.js
countup.js
/
jest.config.js
18 lines
(17 loc)
•
259 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
module
.
exports
= { roots: [
'<rootDir>/src'
], transform: {
'^.+\\.ts?$'
:
'ts-jest'
}, testRegex:
'(\\.|/)(test|spec)\\.ts?$'
, testEnvironment:
'jsdom'
, moduleFileExtensions: [
'ts'
,
'js'
,
'jsx'
,
'json'
,
'node'
] }