mirror of
https://github.com/microsoft/playwright.git
synced 2025-01-05 19:04:43 +03:00
test: fix typo in installation tests (#9626)
This commit is contained in:
parent
2a2a3d2ed9
commit
a346af4ebf
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user