Skip to content

Commit

Permalink
relative
Browse files Browse the repository at this point in the history
  • Loading branch information
byeongsu-hong committed Oct 6, 2023
1 parent 28dbbc1 commit ec87d7d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/pool/src/testdata/conv.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ const after = {
};

fs.writeFileSync(
process.env.OUT_FILE ||
`${process.cwd()}/tests/testdata/all-pools-after.json`,
process.env.OUT_FILE || "./src/testdata/all-pools-after.json",
JSON.stringify(after, null, 2)
);

0 comments on commit ec87d7d

Please sign in to comment.