Skip to content
This repository was archived by the owner on Jul 29, 2024. It is now read-only.

Commit 7c20dca

Browse files
eddiejaoudejuliemr
authored andcommitted
chore(docs): missing comma in example cucumber config (#3428)
1 parent 2e1979e commit 7c20dca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/frameworks.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ exports.config = {
7878
framework: 'custom',
7979

8080
// path relative to the current config file
81-
frameworkPath: require.resolve('protractor-cucumber-framework')
81+
frameworkPath: require.resolve('protractor-cucumber-framework'),
8282

8383
// relevant cucumber command line options
8484
cucumberOpts: {

0 commit comments

Comments
 (0)