mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-31 04:41:32 +02:00
Change imports that use chai to use vitest
GitOrigin-RevId: 59d780f754adbb5160a2de8e5eca1def6968584b
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
import { vi } from 'vitest'
|
||||
import { expect, vi } from 'vitest'
|
||||
import path from 'node:path'
|
||||
import sinon from 'sinon'
|
||||
import { expect } from 'chai'
|
||||
import MockResponse from '../helpers/MockResponse.js'
|
||||
import { fileURLToPath } from 'node:url'
|
||||
|
||||
|
||||
@@ -1,8 +1,7 @@
|
||||
import { vi } from 'vitest'
|
||||
import { expect, vi } from 'vitest'
|
||||
import path from 'node:path'
|
||||
|
||||
import sinon from 'sinon'
|
||||
import { expect } from 'chai'
|
||||
import { fileURLToPath } from 'node:url'
|
||||
|
||||
const __dirname = fileURLToPath(new URL('.', import.meta.url))
|
||||
|
||||
Reference in New Issue
Block a user