Skip to main content
Module

x/xumm/jest.config.js

XUMM Typescript / Javascript SDK - Interact with the XUMM Developer API the easy way
Go to Latest
File
module.exports = { roots: ["<rootDir>/test"], transform: { "^.+\\.ts?$": "ts-jest" }, testEnvironment: "node", testRegex: "(.*|(\\.|/)(test|spec))\\.ts?$", moduleFileExtensions: ["ts", "tsx", "js", "jsx", "json", "node"], testPathIgnorePatterns: [ "fixtures" ]};