Skip to content

Commit

Permalink
Merge pull request #4 from holepunchto/fix-test-urls
Browse files Browse the repository at this point in the history
fix test urls
  • Loading branch information
rafapaezbas authored Mar 12, 2024
2 parents c1eaf7f + 2bebacd commit a4801a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/urls.test.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ test('check that all urls can be reached', async (t) => {
}
})

async function readMarkdownFiles (folderPath = path.join(__dirname, '..')) {
async function readMarkdownFiles (folderPath = path.join(__dirname, '../vendor/pear-docs')) {
let result = []
const files = await readdir(folderPath)

Expand Down

0 comments on commit a4801a1

Please sign in to comment.