* fix new file sketch mode issue * initial extron app fixture * Add tests for exiting sketch mode on file tree actions * organise files * before all after all clean up * tweak after each * makes typedKeys as unsafe * update mask for draft line snapshots * fix mask * add fix again
		
			
				
	
	
		
			8 lines
		
	
	
		
			222 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			222 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
import { test, expect } from '@playwright/test'
 | 
						|
 | 
						|
/** @deprecated, import from ./fixtureSetup.ts instead */
 | 
						|
export const _test = test
 | 
						|
 | 
						|
/** @deprecated, import from ./fixtureSetup.ts instead */
 | 
						|
export const _expect = expect
 |