1
0
Fork 0

Fix UI unit tests

This commit is contained in:
Dmitry Romashov 2024-05-21 15:26:04 +02:00 committed by GitHub
parent 42920595ad
commit d4d23dce72
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
11 changed files with 907 additions and 265 deletions

View file

@ -1,4 +1,4 @@
import { expect } from 'chai'
import { describe, expect, it } from 'vitest'
import store from './index.js'
const {

View file

@ -1,4 +1,4 @@
import { expect } from 'chai'
import { describe, expect, it } from 'vitest'
import store from './index.js'
const {

View file

@ -1,4 +1,4 @@
import { expect } from 'chai'
import { describe, expect, it } from 'vitest'
import store from './index.js'
const {