feature: execute load()
/unload()
methods found in _pre.ts
files
This commit is contained in:
parent
df8291bfc7
commit
046617bc4f
7 changed files with 116 additions and 62 deletions
|
@ -562,10 +562,7 @@ Deno.test({
|
|||
);
|
||||
|
||||
const get_response = await fetch(
|
||||
`http://${test_server_info.hostname}:${test_server_info.port}/files/test_put_upload_that_should_not_fail.txt`,
|
||||
{
|
||||
method: 'GET'
|
||||
}
|
||||
`http://${test_server_info.hostname}:${test_server_info.port}/files/test_put_upload_that_should_not_fail.txt`
|
||||
);
|
||||
|
||||
asserts.assert(get_response.ok);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue