Skip to content

Commit d9cc83d

Browse files
committed
🚨 fix lint errors
1 parent f89665e commit d9cc83d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/pagination/tests/accessibility.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import Pagination from '..';
66
/* eslint-disable no-undef */
77
describe('Pagination accessibility tests', () => {
88
let wrappedComponent;
9-
let total = 10;
9+
const total = 10;
1010

1111
beforeEach(() => {
1212
wrappedComponent = mount(<Pagination total={total} />);

0 commit comments

Comments
 (0)