Skip to content
This repository has been archived by the owner on Jan 10, 2020. It is now read-only.

Commit

Permalink
- Fixed testing for CI build.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mitch Prewitt authored and Mitch Prewitt committed Jun 24, 2019
1 parent 123546a commit 1b329d4
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 24 deletions.
44 changes: 22 additions & 22 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
"del": "~2.0.2",
"eslint": "^3.5.0",
"eslint-plugin-react": "^6.2.1",
"gulp": "^3.9.0",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^2.1.0",
"gulp-babel": "^6.1.3",
"gulp-connect": "^2.2.0",
Expand Down
2 changes: 1 addition & 1 deletion src/tests/PaginationArrow.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ describe('The Pagination Arrow component', function () {
});
expect(this.renderedComponent).toEqual(
<div bemBlock='DateRangePicker' className='DateRangePicker__PaginationArrow DateRangePicker__PaginationArrow--next' onClick={clickTrigger} >
<div className='DateRangePicker__PaginationArrowIcon DateRangePicker__PaginationArrowIcon--next' />
<div className='DateRangePicker__PaginationArrowIcon DateRangePicker__PaginationArrowIcon--next' id='next'/>
</div>
);
});
Expand Down

0 comments on commit 1b329d4

Please sign in to comment.