Skip to content

Commit

Permalink
Merge pull request #43 from nalmabrcom/add_ts_ignore
Browse files Browse the repository at this point in the history
test: add ts-ignore
  • Loading branch information
grianbrcom committed May 20, 2021
2 parents 2b1a571 + e03ee45 commit 969a548
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/src/debug.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@

/// <reference types="cypress" />

//@ts-ignore
// eslint-disable-next-line @typescript-eslint/no-var-requires
const { USER, PASS, CICSAPPLID, INTERTESTPORT, CONVJCL, ORIGJCL } = require('./cypressEnv');

Expand Down

0 comments on commit 969a548

Please sign in to comment.