mirror of
https://github.com/cse110-fa22-group29/cse110-fa22-group29.git
synced 2024-11-10 13:44:45 +00:00
7 lines
143 B
JavaScript
7 lines
143 B
JavaScript
|
function environment(name, tests) {}
|
||
|
|
||
|
function test(name, items) {}
|
||
|
|
||
|
function item(name, method) {}
|
||
|
|
||
|
function assert(result, expected) {}
|