Skip to content

Commit

Permalink
Rename __fixtures__ to fixtures
Browse files Browse the repository at this point in the history
  • Loading branch information
remcohaszing committed Oct 26, 2023
1 parent 325ec31 commit 05c0877
Show file tree
Hide file tree
Showing 19 changed files with 1 addition and 1 deletion.
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.
2 changes: 1 addition & 1 deletion test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import remarkFrontmatter from 'remark-frontmatter'

import remarkMdxFrontmatter from './index.js'

const fixturesDir = new URL('__fixtures__/', import.meta.url)
const fixturesDir = new URL('fixtures/', import.meta.url)
const tests = await readdir(fixturesDir)

for (const name of tests) {
Expand Down

0 comments on commit 05c0877

Please sign in to comment.