Skip to content

Commit

Permalink
Update config.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
garrettmflynn committed Apr 3, 2024
1 parent 4186e2c commit dcae095
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/e2e/config.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import { join, dirname } from 'node:path'
import { fileURLToPath } from 'node:url'
import { homedir } from 'node:os'
import { existsSync } from 'node:fs'

import paths from "../../paths.config.json" assert { type: "json" };
import { connect as connectToElectron } from '../puppeteer';
Expand Down

0 comments on commit dcae095

Please sign in to comment.