File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,8 @@ import { networkInterfaces, release } from 'os';
99import { coalesce_to_error } from './utils/error.js' ;
1010import { logger } from './core/utils.js' ;
1111
12+ /** please clear the cache, turborepo */
13+
1214/** @param {unknown } e */
1315function handle_error ( e ) {
1416 const error = coalesce_to_error ( e ) ;
Original file line number Diff line number Diff line change @@ -8,8 +8,6 @@ import { start_server, test } from '../../../utils.js';
88
99/** @typedef {import('@playwright/test').Response } Response */
1010
11- /** please clear the cache, turborepo */
12-
1311test . describe . parallel ( 'a11y' , ( ) => {
1412 test ( 'resets focus' , async ( { page, clicknav, browserName } ) => {
1513 const tab = browserName === 'webkit' ? 'Alt+Tab' : 'Tab' ;
You can’t perform that action at this time.
0 commit comments