Skip to content

Commit

Permalink
Note on wtfnode use
Browse files Browse the repository at this point in the history
  • Loading branch information
kriswest committed Dec 18, 2024
1 parent 7d5e67c commit f2b1b1d
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
import { Given, Then } from '@cucumber/cucumber';
import { CustomWorld } from '../world';
import { handleResolve } from '@kite9/testing';
// used to debug tests not ending - only availabel as a commonJs module
// eslint-disable-next-line @typescript-eslint/no-require-imports
const wtf = require('wtfnode');

Given(
Expand Down

0 comments on commit f2b1b1d

Please sign in to comment.