test(rest): fix missing beforeEach

This commit is contained in:
H01001000
2023-01-14 06:01:19 -08:00
parent b6281cd98a
commit dad40241bf

View File

@@ -1,5 +1,5 @@
import { expect } from 'chai'
import { describe, it } from 'mocha'
import { afterEach, beforeEach, describe, it } from 'mocha'
import sinon from 'sinon'
import type { RestManager } from '../../src/index.js'
import { createRestManager } from '../../src/index.js'