UNPKG

domino-engine

Version:

Domino Engine to create Domino Games. The library would generate all the tiles and structures to easily create one of the multiple domino games.

6 lines (5 loc) 128 B
module.exports = { preset: 'ts-jest', testEnvironment: 'node', testRegex: "(/__tests__/.*|\\.(test|spec))\\.(ts|tsx)$" };