FIX: Make eslint happy.
This commit is contained in:
parent
0fa9a50378
commit
c947c75de3
|
@ -129,7 +129,7 @@ test('postCountStats', function() {
|
|||
test('search', () => {
|
||||
const result = (term, opts) => {
|
||||
return Category.search(term, opts).map((category) => category.get('id'));
|
||||
}
|
||||
};
|
||||
|
||||
const store = createStore(),
|
||||
category1 = store.createRecord('category', { id: 1, name: 'middle term' }),
|
||||
|
|
Loading…
Reference in New Issue