Bold test titles
Value: [0.00000000001 to 0.00000001]
This commit is contained in:
parent
69ab296bb4
commit
93bedc88d9
|
@ -14,7 +14,7 @@ let testRun = (x: string): squiggleExpression => {
|
||||||
};
|
};
|
||||||
|
|
||||||
export function test(name: string, fn: () => void) {
|
export function test(name: string, fn: () => void) {
|
||||||
console.log(name);
|
console.log(chalk.cyan.bold(name));
|
||||||
fn();
|
fn();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user