Change imports that use chai to use vitest

GitOrigin-RevId: 59d780f754adbb5160a2de8e5eca1def6968584b
This commit is contained in:
Andrew Rumble
2025-06-05 16:21:31 +01:00
committed by Copybot
parent 2eb695f4c3
commit c0b7efea10
30 changed files with 32 additions and 61 deletions

View File

@@ -1,6 +1,5 @@
import { vi } from 'vitest'
import { expect, vi } from 'vitest'
import sinon from 'sinon'
import { expect } from 'chai'
import mongodb from 'mongodb-legacy'
import Errors from '../../../../app/src/Features/Errors/Errors.js'