We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eddb2e8 commit de0df2fCopy full SHA for de0df2f
test/e2e/cli.feature
@@ -30,7 +30,7 @@ Feature: CLI
30
When I execute Karma with arguments: "--version"
31
Then the stdout matches RegExp:
32
"""
33
- ^\d\.\d\.\d$
+ ^\d+\.\d+\.\d+$
34
35
36
Scenario: Error when command is unknown
0 commit comments