{
"id": "fn-test-run",
"dataComponent": "test",
"heading": {
"title": "run",
"badges": [
"TestUtility",
"ASYNC"
]
},
"synopsis": "Runs a single test file and calls a callback with a mesag",
"codeBlocks": [
"extend(\"test\")\n\n\nfile = \"arith.mu\"\ntest:run(file, slog)\n\n"
],
"notes": [
"Accepts exactly 2 arguments: (filename, callback).",
"filename is a test file in the tests/ folder"
]
}