UNPKG

hamok

Version:

Lightweight Distributed Object Storage on RAFT consensus algorithm

10 lines (9 loc) 307 B
module.exports = { roots: ["<rootDir>"], transform: { "^.+\\.tsx?$": "ts-jest", }, testPathIgnorePatterns: ["/node_modules/", "/tests/helpers/"], testRegex: "(/tests/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$", moduleFileExtensions: ["ts", "tsx", "js", "jsx", "json", "node"], };