Skip to content

Commit

Permalink
fix: update test snapshot for "runAll should resolve the promise with…
Browse files Browse the repository at this point in the history
… no files" as stashing/linters are no longer executed if no staged files match the linters configuration
  • Loading branch information
silbinarywolf committed Jan 25, 2019
1 parent ec66acd commit 316a7ed
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions test/__snapshots__/runAll.spec.js.snap
Expand Up @@ -29,17 +29,7 @@ LOG Running tasks for *.js [completed]
LOG Running linters... [completed]"
`;

exports[`runAll should resolve the promise with no files 1`] = `
"
LOG Stashing changes... [started]
LOG Stashing changes... [skipped]
LOG → No partially staged files found...
LOG Running linters... [started]
LOG Running tasks for *.js [started]
LOG Running tasks for *.js [skipped]
LOG → No staged files match *.js
LOG Running linters... [completed]"
`;
exports[`runAll should resolve the promise with no files 1`] = `""`;

exports[`runAll should skip linters and stash update but perform working copy restore if terminated 1`] = `
"
Expand Down

0 comments on commit 316a7ed

Please sign in to comment.