👍 Updates app unit test suite

This commit is contained in:
Rune Harlyk
2024-02-26 15:35:15 +01:00
committed by Rune Harlyk
parent e763ecafc6
commit 46e0a47148
7 changed files with 294 additions and 8 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
import { describe, it, expect } from 'vitest';
import { humanFileSize } from '../../src/lib/utilities';
import { humanFileSize } from '../../src/lib/utilities/string-utilities';
describe('humanFileSize', () => {
it('returns "0B" for 0 bytes', () => {