UNPKG

order-map

Version:

A order-map collection in the form of key, value, that ensures the index.

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