Skip to content

Commit

Permalink
fix missing FORC_PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
nedsalk committed Nov 22, 2024
1 parent c187c5e commit 1b81f2a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vitest.global-setup.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
export default function setup() {
process.env.FUEL_CORE_PATH = 'fuels-core';
process.env.FORC_PATH = 'fuels-forc';
}

0 comments on commit 1b81f2a

Please sign in to comment.