UNPKG

roleplayer

Version:

A library for building table top role playing game worlds, and managing campaigns in those worlds

12 lines (10 loc) 225 B
import type { Config } from "jest"; export default async (): Promise<Config> => { return { verbose: true, preset: "ts-jest", rootDir: "./", testEnvironment: "node", testMatch: ["**/*.test.ts"], }; };