Skip to content

Commit

Permalink
refactor: Update order of jest preview configues in documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
ntt261298 committed Jul 20, 2023
1 parent 20f6c75 commit 390d1a8
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions website/docs/api/jestPreviewConfigure.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,12 @@ jestPreviewConfigure({
});
```

## sharedSassResources: string[]

Default: `undefined`

Optional list of paths to SASS files that define shared resources (e.g. variables, mixins, etc). The paths are relative to the root of the project. Requires SASS v1.45.0 or higher.

## publicFolder: string

Default: `undefined`.
Expand All @@ -59,9 +65,3 @@ Default: `false`
Automatically preview the UI in the external browser when the test fails. You don't need to invoke `preview.debug()` by yourself anymore.

Set to `false` if you experience any error or just want to opt out.

## sharedSassResources: string[]

Default: `undefined`

Optional list of paths to SASS files that define shared resources (e.g. variables, mixins, etc). The paths are relative to the root of the project. Requires SASS v1.45.0 or higher.

0 comments on commit 390d1a8

Please sign in to comment.