Skip to content

Commit

Permalink
chore: remove non existent import
Browse files Browse the repository at this point in the history
  • Loading branch information
sheremet-va committed Feb 9, 2022
1 parent c162e0e commit 273e448
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/core/test/basic.test.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { assert, expect, it, suite, test } from 'vitest'
import { expect as chaiExpect } from 'chai'
import { two } from '../src/submodule'
import { timeout } from '../src/timeout'

Expand Down Expand Up @@ -28,7 +27,6 @@ test('JSON', () => {

test('assertion is callable', () => {
const str = '13'
chaiExpect(str).to.be('13')
expect(str).to.be('13')
expect(str).not.to.be('12')
})
Expand Down

0 comments on commit 273e448

Please sign in to comment.