tests - pass on enable-proposed-api to server

pull/93606/head
Benjamin Pasero 2020-03-27 14:28:20 +01:00
parent ada6e94b29
commit 537a2e783a
1 changed files with 1 additions and 1 deletions

View File

@ -103,7 +103,7 @@ async function launchServer(): Promise<{ endpoint: url.UrlWithStringQuery, serve
let serverProcess = cp.spawn(
serverLocation,
['--browser', 'none', '--driver', 'web'],
['--browser', 'none', '--driver', 'web', '--enable-proposed-api'],
{ env }
);