UNPKG

apibuilder-mock-generator

Version:

A mock data generator based on API Builder specifications for JavaScript

15 lines (14 loc) 231 B
module.exports = { "transform": { "^.+\\.tsx?$": "ts-jest" }, "testRegex": "(/__tests__/.*|(\\.|/)(test|spec))\\.tsx?$", "moduleFileExtensions": [ "ts", "tsx", "js", "jsx", "json", "node" ], }