Skip to content

Commit d253f53

Browse files
committed
fix(cucumber): imported the scoped package in the scaffolded test
now that the cucumber scaffolder installs that version of the package
1 parent d178046 commit d253f53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/common-steps.mustache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import {When} from 'cucumber';
1+
import {When} from '@cucumber/cucumber';
22
import remark from 'remark';
33
import {{ projectName }} from '../../../../lib/index.cjs';
44

0 commit comments

Comments
 (0)