UNPKG

simple-roundrobin

Version:
8 lines (7 loc) 206 B
/** @type {import('ts-jest').JestConfigWithTsJest} */ module.exports = { preset: "ts-jest", testEnvironment: "node", testMatch: ["**/__tests__/**/*.test.ts"], moduleFileExtensions: ["ts", "js"], };