feat: replace jest with vitest
This commit is contained in:
@ -1,3 +1,5 @@
|
||||
import {test, expect} from 'vitest'
|
||||
|
||||
import {colorFromHex} from './colorFromHex'
|
||||
|
||||
test('hex', () => {
|
||||
|
@ -1,3 +1,5 @@
|
||||
import {test, expect} from 'vitest'
|
||||
|
||||
import {colorIsDark} from './colorIsDark'
|
||||
|
||||
test('dark color', () => {
|
||||
|
Reference in New Issue
Block a user