UNPKG

222 BJavaScriptView Raw
1// const { colors, symbols } = require("mocha/lib/reporters/base");
2// colors.pass = 32;
3// symbols.ok = "😀";
4
5module.exports = {
6 require: "ts-node/register",
7 "watch-files": ["./src/**/*.ts", "./tests/**/*.ts"],
8};