Skip to content

Commit

Permalink
fix: refactored testing
Browse files Browse the repository at this point in the history
  • Loading branch information
lemon-mario committed Mar 10, 2019
1 parent 20398ef commit 0a86804
Show file tree
Hide file tree
Showing 14 changed files with 45 additions and 46 deletions.
19 changes: 6 additions & 13 deletions dist/functions/getItems/subtests/runPaginationTests.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/functions/getItems/subtests/runPaginationTests.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/functions/getItems/subtests/runSortTests.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/functions/getItems/subtests/runSortTests.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 6 additions & 2 deletions dist/functions/getItems/test.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/functions/getItems/test.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions dist/functions/utils/testItem.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@ declare const testItem: TestItem;
export declare const firstItemId = "id1";
export declare const secondItemId = "id2";
export declare const firstItem: {
booleanProperty: boolean;
id: string;
numberProperty: number;
stringProperty: string;
booleanProperty: boolean;
};
export declare const secondItem: {
booleanProperty: boolean;
id: string;
numberProperty: number;
stringProperty: string;
booleanProperty: boolean;
};
export default testItem;
25 changes: 12 additions & 13 deletions dist/functions/utils/testItem.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 0a86804

Please sign in to comment.