UNPKG

@moveable/helper

Version:

Helper for demo of Moveable

19 lines (18 loc) 336 B
module.exports = { "roots": [ "<rootDir>", ], "transform": { "^.+\\.tsx?$": "ts-jest", }, "testMatch": ["<rootDir>/test/**/*.spec.ts"], // "testRegex": "spec\\.ts$", "moduleFileExtensions": [ "ts", "tsx", "js", "jsx", "json", "node", ], };