initial commit2
This commit is contained in:
8
apps/web/test/stub.test.js
Normal file
8
apps/web/test/stub.test.js
Normal file
@@ -0,0 +1,8 @@
|
||||
import { describe, it } from "node:test";
|
||||
import assert from "node:assert/strict";
|
||||
|
||||
describe("web stub", () => {
|
||||
it("phase 0 placeholder", () => {
|
||||
assert.ok(true);
|
||||
});
|
||||
});
|
||||
Reference in New Issue
Block a user