UNPKG

labyrinth-game-logic

Version:

A libary that implements the boardgame labyrinth and exposes the functionality to create and interact with games

10 lines (9 loc) 280 B
export default { roots: ["<rootDir>/src"], transform: { "^.+\\.tsx?$": "ts-jest", }, testRegex: "(/__tests__/.*|(\\.|/)(test|spec))\\.tsx?$", testRegex: "MoveGenerator\\.test\\.ts$", // moduleFileExtensions: ["ts", "tsx", "js", "jsx", "json", "node"], };