mirror of
				https://github.com/microsoft/playwright.git
				synced 2025-06-26 21:40:17 +00: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…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user