Skip to content

Commit

Permalink
Use expect-error
Browse files Browse the repository at this point in the history
  • Loading branch information
Ikuni17 committed Sep 28, 2023
1 parent b041a5e commit f1763b0
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions x-pack/plugins/osquery/cypress/support/e2e.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,7 @@
// force ESM in this module
export {};

// This module has some interesting ways of importing, check out the options in:
// https://github.com/cypress-io/cypress/blob/0871b03c5b21711cd23056454da8f23dcaca4950/npm/grep/README.md#support-file
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
// @ts-ignore
// @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
import registerCypressGrep from '@cypress/grep';
registerCypressGrep();

Expand Down

0 comments on commit f1763b0

Please sign in to comment.