citizen: implement Implement: Unit tests
This commit is contained in:
parent
3a38b14722
commit
c56a7447cc
9
test/core.test.mjs
Normal file
9
test/core.test.mjs
Normal file
@ -0,0 +1,9 @@
|
||||
// Standardized JavaScript entrypoint for: Unit tests. CRITICAL: This file MUST import from
|
||||
|
||||
export function main() {
|
||||
return { ok: true, topic: "Unit tests. CRITICAL: This file MUST import from" };
|
||||
}
|
||||
|
||||
if (import.meta.url === `file://${process.argv[1]}`) {
|
||||
console.log(main());
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user