UNPKG

@robotical/appv2-analytics-gatherer

Version:

A tool that gathers data from the Apps and sends it to the Analytics server

12 lines (11 loc) 263 B
module.exports = { // setupFiles: ["jest-localstorage-mock"], roots: ['<rootDir>'], testMatch: [ "**/__tests__/**/?(*.)+test.+(ts|tsx|js)", "**/__tests__/**/?(*.)+(spec|test).+(ts|tsx|js)" ], transform: { "^.+\\.(ts|tsx)$": "ts-jest" }, }