refactor: move to vitest

This commit is contained in:
2023-11-19 14:10:45 +01:00
parent 1e52f151e4
commit 1200e96c43
4 changed files with 477 additions and 1818 deletions

View File

@@ -1,4 +1,5 @@
import { randomString } from '../src/index.ts'
import { describe, it, expect } from 'vitest'
describe('randomString', () => {
it('should return a random string with the length of 10', () => {