Skip to content

Commit

Permalink
simplify
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrianGonz97 committed Nov 7, 2024
1 parent 6d96a56 commit fa0a992
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion community-adder-template/tests/setup/suite.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const cwd = vi.inject('testDir');
const templatesDir = vi.inject('templatesDir');
const variants = vi.inject('variants');

const SETUP_DIR = path.dirname(fileURLToPath(import.meta.url));
const SETUP_DIR = fileURLToPath(new URL('.', import.meta.url));

type Fixtures<Addons extends AddonMap> = {
page: Page;
Expand Down

0 comments on commit fa0a992

Please sign in to comment.