mirror of
https://github.com/koloml/furbooru-tagging-assistant.git
synced 2025-12-23 23:02:58 +00:00
Imported utils function for random string
This commit is contained in:
@@ -1,9 +1,6 @@
|
||||
import { BaseComponent } from "$lib/components/base/BaseComponent";
|
||||
import { getComponent } from "$lib/components/base/component-utils";
|
||||
|
||||
function randomString() {
|
||||
return crypto.randomUUID();
|
||||
}
|
||||
import { randomString } from "$tests/utils";
|
||||
|
||||
describe('BaseComponent', () => {
|
||||
it('should bind the component to the element', () => {
|
||||
|
||||
Reference in New Issue
Block a user