👍 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
+2 -2
View File
@@ -1,5 +1,5 @@
import { throttler } from '../../src/lib/utilities';
import { describe, it, expect, beforeEach, afterEach, test, vitest } from 'vitest';
import { describe, it, expect, beforeEach, afterEach, vitest } from 'vitest';
import { throttler } from '../../src/lib/utilities/buffer-utilities';
describe('throttler', () => {
let throttleInstance: throttler;