Bold test titles

Value: [0.00000000001 to 0.00000001]
This commit is contained in:
Sam Nolan 2022-04-26 16:48:01 -04:00
parent 69ab296bb4
commit 93bedc88d9

View File

@ -14,7 +14,7 @@ let testRun = (x: string): squiggleExpression => {
};
export function test(name: string, fn: () => void) {
console.log(name);
console.log(chalk.cyan.bold(name));
fn();
}