Skip to content

Commit

Permalink
tests fix;
Browse files Browse the repository at this point in the history
dependencies update;
  • Loading branch information
xobotyi committed Jun 5, 2019
1 parent e35b5e9 commit 0fadf52
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"react": "^16.8.5",
"react-dom": "^16.8.5",
"rimraf": "^2.6.3",
"rollup": "^1.12.5",
"rollup": "^1.14.0",
"rollup-plugin-babel": "^4.3.2",
"rollup-plugin-typescript2": "^0.19.3",
"simulant": "^0.2.2",
Expand Down
4 changes: 3 additions & 1 deletion tests/Scrollbar.spec.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -1496,7 +1496,9 @@ describe("Scrollbar", () => {
scrollXPossible: true,
trackYVisible: true,
trackXVisible: true,
isRTL: undefined
isRTL: undefined,

zoomLevel: 1
};

it("should return proper rtl styles", () => {
Expand Down

0 comments on commit 0fadf52

Please sign in to comment.