Skip to content

Commit e9aa9a3

Browse files
committed
no longer need duplicate expect declaration
1 parent f1b3eff commit e9aa9a3

File tree

1 file changed

+0
-3
lines changed
  • examples/preprocessors__typescript-webpack/cypress/integration

1 file changed

+0
-3
lines changed

examples/preprocessors__typescript-webpack/cypress/integration/spec.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
import { add } from '../support/add'
22

3-
// brings type definition from @types/chai
4-
declare const expect: Chai.ExpectStatic
5-
63
describe('TypeScript', () => {
74
it('works', () => {
85
// note TypeScript definition

0 commit comments

Comments
 (0)