Skip to content

Commit

Permalink
chore: updates
Browse files Browse the repository at this point in the history
  • Loading branch information
adamstankiewicz committed May 20, 2023
1 parent bfdbb68 commit 0b1e43e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/jest/setupTest.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ if (fs.existsSync(testEnvFile)) {
dotenv.config({ path: testEnvFile });
}

global.PARAGON_VERSION = JSON.stringify(getParagonVersion(process.cwd()));
global.PARAGON_VERSION = JSON.stringify(getParagonVersion(path.resolve(process.cwd(), 'example')));

0 comments on commit 0b1e43e

Please sign in to comment.