feat: initial public release (MAESTRO)
This commit is contained in:
Vendored
+10
@@ -0,0 +1,10 @@
|
||||
/**
|
||||
* Returns a circular object — tests that the runner handles JSON.stringify failure
|
||||
* gracefully (reports serializationError instead of crashing the child process).
|
||||
*/
|
||||
async function main() {
|
||||
const o = { a: 1 };
|
||||
o.self = o;
|
||||
return o;
|
||||
}
|
||||
module.exports = main;
|
||||
Reference in New Issue
Block a user