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 8e4ec4a commit 80004ecCopy full SHA for 80004ec
test.js
@@ -109,7 +109,7 @@ describe('cli', function () {
109
var content = fs.readFileSync('CHANGELOG.md', 'utf-8')
110
var status = shell.exec('git status')
111
112
- status.should.match(/On branch master\nnothing to commit, working directory clean\n/)
+ status.should.match(/On branch master\nnothing to commit, working (directory|tree) clean\n/)
113
status.should.not.match(/STUFF.md/)
114
115
content.should.match(/1\.0\.1/)
0 commit comments