mirror of
https://github.com/facebook/docusaurus.git
synced 2025-07-27 05:28:43 +02:00
test: rename 'fixtures' to '__fixtures__' (#6474)
* test: rename 'fixutes' to '__fixtures__' * test: rename '__test' to '__tests__' * test: update snapshot
This commit is contained in:
parent
02186a2b20
commit
37be796aa8
16 changed files with 4 additions and 4 deletions
|
@ -13,7 +13,7 @@ import plugin from '../index';
|
|||
import headings from '../../headings/index';
|
||||
|
||||
const processFixture = async (name, options?) => {
|
||||
const path = join(__dirname, 'fixtures', `${name}.md`);
|
||||
const path = join(__dirname, '__fixtures__', `${name}.md`);
|
||||
const file = await vfile.read(path);
|
||||
const result = await remark()
|
||||
.use(headings)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue