Skip to content

Commit 22e878f

Browse files
committed
style: lintfix
1 parent 9205452 commit 22e878f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

README.md

-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ Pass in an object representing the test fixture.
1414
import { createFixture } from 'fs-fixture'
1515

1616
test('my test using json fixture', async () => {
17-
1817
// Pass in a JSON representing the test fixture
1918
const fixture = await createFixture({
2019
// Nested directory syntax
@@ -49,7 +48,6 @@ Pass in a path to a test fixture template directory to make a copy of it.
4948

5049
```ts
5150
test('my test using template path', async () => {
52-
5351
// Pass in a path to a fixture template path, and it will make a copy of it
5452
const fixture = await createFixture('./fixtures/template-a')
5553

0 commit comments

Comments
 (0)