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 cf26b6d commit 580705eCopy full SHA for 580705e
lib/cli.js
@@ -160,7 +160,7 @@ exports.run = async () => { // eslint-disable-line complexity
160
if (flag === 'fail-fast') {
161
combined.failFast = argv[flag];
162
} else if (flag === 'update-snapshots') {
163
- combined.updateSnaphots = argv[flag];
+ combined.updateSnapshots = argv[flag];
164
} else {
165
combined[flag] = argv[flag];
166
}
0 commit comments