Skip to content
This repository has been archived by the owner on Mar 23, 2024. It is now read-only.

Commit

Permalink
Rename __fixtures__ folder to fixtures
Browse files Browse the repository at this point in the history
  • Loading branch information
remcohaszing committed Nov 24, 2023
1 parent 3d58fa6 commit f1f5c53
Show file tree
Hide file tree
Showing 47 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .remarkignore
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__fixtures__
fixtures/
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.
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 prettier from 'prettier'

import remarkMdxImages 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 f1f5c53

Please sign in to comment.