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