Commit c738ea03 authored by Kushal Pandya's avatar Kushal Pandya

Merge branch 'vs-migrate-filtered-search-to-jest' into 'master'

Migrate ee/filtered_search to Jest

Closes #194285

See merge request gitlab-org/gitlab!27145
parents 8d008ed8 df844c4d
......@@ -28,7 +28,7 @@ describe('Issues Filtered Search Token Keys (EE)', () => {
it('should return assignee as an array', () => {
const assignee = tokenKeys.find(tokenKey => tokenKey.key === 'assignee');
expect(assignee.type).toEqual('array');
expect(assignee.type).toBe('array');
});
});
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment