Skip to content

Commit

Permalink
Updated test to vitest
Browse files Browse the repository at this point in the history
  • Loading branch information
villepynttari committed Jul 10, 2024
1 parent cb39a0d commit 3ca7957
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/src/util/arrayUtils.test.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import { sortByFavoritedAndName } from './arrayUtils';
import { vi, expect, describe, test } from 'vitest';

const testArray = [
{ name: 'a', favorited: false },
Expand Down

0 comments on commit 3ca7957

Please sign in to comment.