Skip to content

Commit 37424f9

Browse files
code clean up
1 parent df60efd commit 37424f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

commands/utils/story.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Returns true or false if the story should be skipped based on include and exclude config
22
function skipStory(story, config) {
33
// skip story if it's docs for version 7
4-
if (story.parameters && story.parameters.docsOnly ) {
4+
if (story.parameters && story.parameters.docsOnly) {
55
return true;
66
}
77

0 commit comments

Comments
 (0)