We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9205452 commit 22e878fCopy full SHA for 22e878f
README.md
@@ -14,7 +14,6 @@ Pass in an object representing the test fixture.
14
import { createFixture } from 'fs-fixture'
15
16
test('my test using json fixture', async () => {
17
-
18
// Pass in a JSON representing the test fixture
19
const fixture = await createFixture({
20
// Nested directory syntax
@@ -49,7 +48,6 @@ Pass in a path to a test fixture template directory to make a copy of it.
49
48
50
```ts
51
test('my test using template path', async () => {
52
53
// Pass in a path to a fixture template path, and it will make a copy of it
54
const fixture = await createFixture('./fixtures/template-a')
55
0 commit comments