We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcbeb44 commit 5aec36eCopy full SHA for 5aec36e
src/support_code_library_builder/sourced_parameter_type_registry.ts
@@ -1,5 +1,7 @@
1
-import { ParameterTypeRegistry } from '@cucumber/cucumber-expressions'
2
-import ParameterType from '@cucumber/cucumber-expressions/dist/cjs/src/ParameterType'
+import {
+ ParameterType,
3
+ ParameterTypeRegistry,
4
+} from '@cucumber/cucumber-expressions'
5
import { ILineAndUri } from '../types'
6
7
export class SourcedParameterTypeRegistry extends ParameterTypeRegistry {
0 commit comments