Skip to content

Commit

Permalink
remove async for now
Browse files Browse the repository at this point in the history
  • Loading branch information
KillianG authored and KillianG committed Jul 22, 2024
1 parent 7799c8a commit 7d66b88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ctst/steps/pra.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { Given } from '@cucumber/cucumber';
import Zenko from 'world/Zenko';

Given('a PRA installed', async function (this: Zenko) {
Given('a PRA installed', function (this: Zenko) {

Check warning on line 4 in tests/ctst/steps/pra.ts

View workflow job for this annotation

GitHub Actions / lint-and-build-ctst

Unexpected function expression
return;
});

0 comments on commit 7d66b88

Please sign in to comment.