test: fix typo in installation tests (#9626)

This commit is contained in:
Joel Einbinder 2021-10-19 17:34:15 -04:00 committed by GitHub
parent 2a2a3d2ed9
commit a346af4ebf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,7 +14,7 @@
* limitations under the License.
*/
const { start } = require('node_modules/playwright-core/lib/outofprocess');
const { start } = require('./node_modules/playwright-core/lib/outofprocess');
(async () => {
const playwright = await start();