UNPKG
@future-grid/fgp-graph
Version:
latest (20.6.2-RC15)
20.6.2-RC9
20.6.2-RC8
20.6.2-RC7
20.6.2-RC6
20.6.2-RC5
20.6.2-RC4
20.6.2-RC3
20.6.2-RC2
20.6.2-RC15
20.6.2-RC14
20.6.2-RC13
20.6.2-RC12
20.6.2-RC11
20.6.2-RC10
20.6.2-RC1
20.6.1
20.6.1-RC9
20.6.1-RC8
20.6.1-RC7
20.6.1-RC6
20.6.1-RC5
20.6.1-RC4
20.6.1-RC3
20.6.1-RC2
20.6.1-RC1
20.2.4
20.2.3-RC9
20.2.3-RC8
20.2.3-RC7
20.2.3-RC6
20.2.3-RC4
20.2.3-RC3
20.2.3-RC2
20.2.3-RC16
20.2.3-RC15
20.2.3-RC14
20.2.3-RC13
20.2.3-RC12
20.2.3-RC11
20.2.3-RC10
20.2.3-RC1
20.2.2
20.2.2-RC1
20.2.1
20.2.1-RC9
20.2.1-RC8
20.2.1-RC7
20.2.1-RC6
20.2.1-RC5
20.2.1-RC4
20.2.1-RC3
20.2.1-RC2
20.2.1-RC15
20.2.1-RC14
20.2.1-RC13
20.2.1-RC12
20.2.1-RC11
20.2.1-RC10
20.2.1-RC1
19.10.1
19.10.0
19.6.22-RC.24
19.6.22-RC.23
19.6.22-RC.22
19.6.22-RC.21
19.6.22-RC.20
19.6.22-RC.19
19.6.22-RC.18
19.6.22-RC.17
19.6.22-RC.16
19.6.22-RC.15
19.6.22-RC.14
19.6.22-RC.13
19.6.22-RC.12
19.6.22-RC.11
19.6.22-RC.10
19.6.22-RC.9
19.6.22-RC.8
19.6.22-RC.7
19.6.22-RC.6
19.6.22-RC.5
19.6.22-RC.4
19.6.22-RC.2
19.6.22-RC.1
19.6.21
19.6.20-rc.4
19.6.20-rc.3
19.6.20-rc.2
19.6.20-rc.1
19.6.19
19.6.18
19.6.17
19.6.16
19.6.15
19.6.14
19.6.13
19.6.12
19.6.11
19.6.10
19.6.9
19.6.8
19.6.7
19.6.5
19.6.4
19.6.3
19.6.2
19.6.1
3.0.5
3.0.4
3.0.0
fgp-graph is a chart lib based on Dygraphs
github.com/future-grid/fgp-graph
future-grid/fgp-graph
@future-grid/fgp-graph
/
jest.config.js
12 lines
(11 loc)
•
313 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
module
.
exports
= { preset:
'ts-jest'
, testEnvironment:
'node'
, testMatch: [
'**/__tests__/**/*.ts?(x)'
,
'**/?(*.)+(test).ts?(x)'
], testPathIgnorePatterns: [
"<rootDir>/(build|docs|node_modules|example)/"
], globals: {
'ts-jest'
: { babelConfig:
'.babelrc'
, } }, };