6 lines
159 B
TypeScript
6 lines
159 B
TypeScript
import { test } from "node:test";
|
|
|
|
test("entries CRUD (covered by legacy test file)", async t => {
|
|
t.skip("Covered by spendings.test.ts after pivot");
|
|
});
|