import $ from 'jquery'; import { getAjaxUsersSelectOptions, getAjaxUsersSelectParams } from '~/users_select/utils'; const options = { fooBar: 'baz', activeUserId: 1, }; describe('getAjaxUsersSelectOptions', () => { it('returns options built from select data attributes', () => { const $select = $('