feature: SERVERUS_ROOT environment variable
This commit is contained in:
parent
26125f4f11
commit
c92ef0688b
5 changed files with 55 additions and 1 deletions
|
@ -25,6 +25,7 @@ Deno.test({
|
|||
|
||||
asserts.assert(response.ok);
|
||||
asserts.assert(body);
|
||||
asserts.assertEquals(body, 'this is a test\n');
|
||||
} finally {
|
||||
Deno.chdir(cwd);
|
||||
if (test_server_info) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue