mirror of
https://github.com/facebook/docusaurus.git
synced 2025-06-05 20:32:42 +02:00
test: add easy setup for test cases
This commit is contained in:
parent
b477863a30
commit
31d333b82f
69 changed files with 3387 additions and 24 deletions
3
test/__fixtures__/custom-site/pages/foo.js
Normal file
3
test/__fixtures__/custom-site/pages/foo.js
Normal file
|
@ -0,0 +1,3 @@
|
|||
import React from 'react';
|
||||
|
||||
export default () => <div>Foo</div>;
|
Loading…
Add table
Add a link
Reference in a new issue