fix test error
This commit is contained in:
parent
c7277100ec
commit
876d19b6d6
1 changed files with 3 additions and 0 deletions
|
@ -25,6 +25,9 @@ describe('URL protocol', () => {
|
|||
devPreview = await fixture.preview();
|
||||
|
||||
});
|
||||
after(async () => {
|
||||
await devPreview.stop();
|
||||
});
|
||||
it('test host is true ', async () => {
|
||||
const address = getNetworkAddress('http', undefined, 3000)
|
||||
const res = await fetch(address.network[0])
|
||||
|
|
Loading…
Reference in a new issue