Skip to content

Commit

Permalink
Ooops not TS
Browse files Browse the repository at this point in the history
  • Loading branch information
allouis committed Aug 12, 2024
1 parent ef50857 commit 8cd5d80
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions features/step_definitions/stepdefs.js
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,8 @@ const objects = {
}
};

let client: Knex;
let captain: WireMock;
let /* @type Knex */ client;
let /* @type WireMock */ captain;

BeforeAll(async function () {
client = Knex({
Expand Down

0 comments on commit 8cd5d80

Please sign in to comment.