UNPKG

@future-grid/fgp-graph

Version:

fgp-graph is a chart lib based on Dygraphs

12 lines (11 loc) 313 B
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', } }, };