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 df60efd commit 37424f9Copy full SHA for 37424f9
commands/utils/story.js
@@ -1,7 +1,7 @@
1
// Returns true or false if the story should be skipped based on include and exclude config
2
function skipStory(story, config) {
3
// skip story if it's docs for version 7
4
- if (story.parameters && story.parameters.docsOnly ) {
+ if (story.parameters && story.parameters.docsOnly) {
5
return true;
6
}
7
0 commit comments