Skip to content

Commit

Permalink
Remove .only
Browse files Browse the repository at this point in the history
  • Loading branch information
NickPhura committed May 10, 2024
1 parent b85c5a2 commit 2717a93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/src/utils/itis-sort.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { describe } from 'mocha';
import { TaxonSearchResult } from '../services/taxonomy-service';
import { sortTaxonSearchResults } from './itis-sort';

describe.only('itis-sort', () => {
describe('itis-sort', () => {
describe('sortTaxonSearchResults', () => {
it('Sorts the list when there is only 1 item', () => {
const data: TaxonSearchResult[] = [
Expand Down

0 comments on commit 2717a93

Please sign in to comment.