mirror of
https://github.com/discourse/discourse.git
synced 2025-05-22 22:43:33 +08:00
FIX: Make eslint happy.
This commit is contained in:
@ -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' }),
|
||||
|
Reference in New Issue
Block a user