Skip to content
Snippets Groups Projects

[BLOCKED]Resolve MIN-60 "Feature/ connect search mirna query"

All threads resolved!
Merged mateuszmiko requested to merge feature/MIN-60-connect-search-MiRNA-query into development
All threads resolved!
6 files
+ 32
24
Compare changes
  • Side-by-side
  • Inline
Files
6
+ 10
0
import { PROJECT_ID } from '@/constants/mapId';
import { getMirnasStringWithQuery } from './getMirnasStringWithQuery';
describe('getMirnasStringWithQuery', () => {
it('should return url string', () => {
expect(getMirnasStringWithQuery('hsa-miR-302b-3p')).toBe(
`projects/${PROJECT_ID}/miRnas:search?query=hsa-miR-302b-3p`,
);
});
});
Loading