mirror of
https://github.com/cse110-fa22-group29/cse110-fa22-group29.git
synced 2024-11-10 05:34:44 +00:00
add module exports to unittest.js
Signed-off-by: Arthur Lu <learthurgo@gmail.com>
This commit is contained in:
parent
9a9fe0c5d7
commit
9e1bd31c36
@ -4,4 +4,6 @@ function test(name, items) {}
|
||||
|
||||
function item(name, method) {}
|
||||
|
||||
function assert(result, expected) {}
|
||||
function assert(result, expected) {}
|
||||
|
||||
module.exports = {environment, test, item, assert};
|
Loading…
Reference in New Issue
Block a user