Skip to content
This repository has been archived by the owner on Mar 25, 2018. It is now read-only.

Few fixes for mocha tests #117

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

dustyo-O
Copy link

No description provided.

@coveralls
Copy link

Coverage Status

Changes Unknown when pulling e0f94c4 on dustyo-O:fix-tests into ** on gulp-bem:master**.

@coveralls
Copy link

Coverage Status

Changes Unknown when pulling 4a66a14 on dustyo-O:fix-tests into ** on gulp-bem:master**.

test/toHtml.js Outdated
@@ -14,7 +14,7 @@ describe('toHtml', function () {
.on('data', function (file) {
expect(file.contents + '').to.be.equal('<h1 class="page">Hello, world!</h1>');
})
.on('error', done)
.on('error', function() {})
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

but why?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks like there was an error here: f7b5409#diff-168726dbe96b3ce427e7fedce31bb0bcR118

fixed it and done returns

@coveralls
Copy link

Coverage Status

Changes Unknown when pulling f7b5409 on dustyo-O:fix-tests into ** on gulp-bem:master**.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants