Skip to content

Commit

Permalink
fix sinon import
Browse files Browse the repository at this point in the history
  • Loading branch information
geritol committed Dec 9, 2022
1 parent 666e6ca commit bc28d7f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/driver/cypress/e2e/cypress/error_utils.cy.ts
Expand Up @@ -5,7 +5,8 @@ allowTsModuleStubbing()
import $stackUtils from '@packages/driver/src/cypress/stack_utils'
import $errUtils, { CypressError } from '@packages/driver/src/cypress/error_utils'
import $errorMessages from '@packages/driver/src/cypress/error_messages'
import sinon from 'sinon'

const { sinon } = Cypress

describe('driver/src/cypress/error_utils', () => {
context('.modifyErrMsg', () => {
Expand Down

0 comments on commit bc28d7f

Please sign in to comment.