Skip to content

Commit

Permalink
fix(test): Fixed test folder
Browse files Browse the repository at this point in the history
  • Loading branch information
seebeen committed Oct 30, 2023
1 parent f19b353 commit 88ddc2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/2-prepare-theme.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ it('Should fully prepare a theme for release', async () => {
const themeDir = fs.readdirSync('/tmp/wp-release/complete-theme-copy');
const assets = fs.readdirSync('/tmp/wp-release/assets');
const versions = fs.readFileSync(
'/tmp/workDir-1/complete-theme-copy/functions.php',
'./test/fixtures/complete-theme-copy/functions.php',
'utf8',
);

Expand Down

0 comments on commit 88ddc2e

Please sign in to comment.