File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed
Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 11import '@angular/compiler' ;
22import { defineConfig , devices } from '@playwright/test' ;
33import { withTestronautAngular } from '@testronaut/angular' ;
4- import { delimiter } from 'node:path' ;
4+ import { sep } from 'node:path' ;
55
66/**
77 * See https://playwright.dev/docs/test-configuration.
88 */
9- const projectName = __dirname . split ( delimiter ) . pop ( ) ;
9+ const projectName = __dirname . split ( sep ) . pop ( ) ;
10+
1011export default defineConfig (
1112 withTestronautAngular ( {
1213 configPath : __filename ,
Original file line number Diff line number Diff line change 11import '@angular/compiler' ;
22import { defineConfig , devices } from '@playwright/test' ;
33import { withTestronautAngular } from '@testronaut/angular' ;
4- import { delimiter } from 'node:path' ;
4+ import { sep } from 'node:path' ;
55
66/**
77 * See https://playwright.dev/docs/test-configuration.
88 */
9- const projectName = __dirname . split ( delimiter ) . pop ( ) ;
9+ const projectName = __dirname . split ( sep ) . pop ( ) ;
10+
1011export default defineConfig (
1112 withTestronautAngular ( {
1213 configPath : __filename ,
You can’t perform that action at this time.
0 commit comments