Skip to content

Commit

Permalink
Ensure tests work
Browse files Browse the repository at this point in the history
  • Loading branch information
garrettmflynn committed May 22, 2024
1 parent 4835208 commit 899b331
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/e2e/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ 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 paths from "../../src/paths.config.json" assert { type: "json" };
import { connect as connectToElectron } from '../puppeteer';

// ------------------------------------------------------------------
Expand Down

0 comments on commit 899b331

Please sign in to comment.