mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-27 09:36:19 -05:00
FIX: Make eslint happy.
This commit is contained in:
parent
0fa9a50378
commit
c947c75de3
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue