mirror of
https://github.com/gosticks/react-bootstrap-table2.git
synced 2026-08-17 06:00:18 +00:00
little fix for curly brace
This commit is contained in:
@@ -329,7 +329,7 @@ describe('Multi Select Filter', () => {
|
||||
});
|
||||
|
||||
describe('filter', () => {
|
||||
const event = { target: { selectedOptions: [{ value: 'tester'}] } };
|
||||
const event = { target: { selectedOptions: [{ value: 'tester' }] } };
|
||||
|
||||
beforeEach(() => {
|
||||
wrapper = mount(
|
||||
|
||||
Reference in New Issue
Block a user