Skip to content

Commit

Permalink
output directory
Browse files Browse the repository at this point in the history
  • Loading branch information
yimysty committed Jun 18, 2022
1 parent 0af6e78 commit d5c15ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config-parser.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,10 @@ describe('configParser', () => {
test.each(cases)(
"%p parsed correctly",
(fileName, configuration) => {
console.log(process.cwd())
srcFileName = `${srcFolder}/${fileName}`
tmpFileName = `${tmpFolder}/${fileName}`
expectedFileName = `${expectedFolder}/${fileName}`

fs.copyFileSync(srcFileName, tmpFileName)
const parser = new ConfigParser(configuration)
parser.parse()
Expand Down

0 comments on commit d5c15ad

Please sign in to comment.