UNPKG

@robotical/roboticaljs

Version:

Javascript/TS library for Robotical products

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