Skip to content

Commit f1763b0

Browse files
committed
Use expect-error
1 parent b041a5e commit f1763b0

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

  • x-pack/plugins/osquery/cypress/support

x-pack/plugins/osquery/cypress/support/e2e.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,7 @@
2525
// force ESM in this module
2626
export {};
2727

28-
// This module has some interesting ways of importing, check out the options in:
29-
// https://github.com/cypress-io/cypress/blob/0871b03c5b21711cd23056454da8f23dcaca4950/npm/grep/README.md#support-file
30-
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
31-
// @ts-ignore
28+
// @ts-expect-error ts(2306) module has some interesting ways of importing, see https://github.com/cypress-io/cypress/blob/0871b03c5b21711cd23056454da8f23dcaca4950/npm/grep/README.md#support-file
3229
import registerCypressGrep from '@cypress/grep';
3330
registerCypressGrep();
3431

0 commit comments

Comments
 (0)