UNPKG

@meshwatch/backend-core

Version:

Meshwatch backend core services.

10 lines (9 loc) 273 B
import * as sinon from 'sinon'; /** * Sinon Sandbox * http://sinonjs.org/docs/#sinon-sandbox * * A sandbox to house spy(), stub(), mock(), etc. that is automatically reset after each test. */ declare const sandbox: sinon.SinonSandbox; export default sandbox;