Skip to content

Commit ad16098

Browse files
committed
Refactor to reorganize fixtures
1 parent 6f86e71 commit ad16098

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

55 files changed

+1
-1
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

test/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -453,7 +453,7 @@ test('gfmAutolinkLiteralToMarkdown()', async function (t) {
453453
})
454454

455455
test('fixtures', async function (t) {
456-
const root = new URL('./', import.meta.url)
456+
const root = new URL('fixture/', import.meta.url)
457457

458458
const files = await fs.readdir(root)
459459
let index = -1

0 commit comments

Comments
 (0)