4 changed files with 14 additions and 12 deletions
@ -0,0 +1,11 @@
@@ -0,0 +1,11 @@
|
||||
import { expect } from "vitest"; |
||||
|
||||
export const spy = (x) => { |
||||
console.debug(x); |
||||
return x; |
||||
}; |
||||
|
||||
export function expectSolution(result) { |
||||
console.info(result); |
||||
return expect(result); |
||||
} |
Loading…
Reference in new issue