Skip to content

Commit

Permalink
Updates test case
Browse files Browse the repository at this point in the history
  • Loading branch information
catusphan committed Aug 24, 2024
1 parent 8014c9d commit ba96185
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/helpers.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ test('generateFontFiles()', async t => {
}

await helpers.generateFontFiles(content, config).then(() => {
const directoryPath = path.resolve('./build')
const directoryPath = path.resolve('./output')
t.true(fs.existsSync(`${directoryPath}/RFC-config-font-name.ttf`))
fs.unlinkSync(`${directoryPath}/RFC-config-font-name.ttf`)
})
Expand Down

0 comments on commit ba96185

Please sign in to comment.