Skip to content
This repository has been archived by the owner on Dec 18, 2024. It is now read-only.

Commit

Permalink
add dist folder
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex committed Sep 9, 2020
1 parent dbc3a46 commit a0f1a37
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/lib/react/ReactScreenshotTest.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export declare class ReactScreenshotTest {
static create(componentName: string): ReactScreenshotTest;
private constructor();
/**
* Adds a set of viewports to the screenshot test.
* Set custom options for image snapshot testing.
*/
setCustomImageSnapshotOptions(options: MatchImageSnapshotOptions): this;
/**
Expand Down
2 changes: 1 addition & 1 deletion dist/lib/react/ReactScreenshotTest.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ class ReactScreenshotTest {
return new this(componentName);
}
/**
* Adds a set of viewports to the screenshot test.
* Set custom options for image snapshot testing.
*/
setCustomImageSnapshotOptions(options) {
this.customImageSnapshotOptions = { ...options };
Expand Down

0 comments on commit a0f1a37

Please sign in to comment.