Skip to content

Conversation

@halfzebra
Copy link
Owner

@halfzebra halfzebra commented Sep 13, 2017

Closes #171

Copy link
Contributor

@fobos fobos left a comment

Choose a reason for hiding this comment

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

👍

"rimraf": "^2.5.4",
"semantic-release": "^6.3.2"
"semantic-release": "^7.0.2",
"unexpected": "^10.35.0"
Copy link
Contributor

Choose a reason for hiding this comment

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

For what reason you have changed chai to unexpected?

Copy link
Owner Author

Choose a reason for hiding this comment

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

@fobos it produces more readable test errors, obviously, we don't have that many tests, so it's a little smaller as well.

I would roll back if you have a strong opinion on assertion lib. I've been doing a lot of testing with unexpected recently and I would say I've had a better time 🙂

Copy link
Contributor

@fobos fobos Sep 14, 2017

Choose a reason for hiding this comment

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

Thanks for explanation.

I would roll back if you have a strong opinion on assertion lib.

It's ok to use unexpected. I see your points.

"test": "npm run -s test:cli && npm run -s test:functional",
"test:cli": "mocha tests/cliAccessibility.js --reporter spec --timeout 15000",
"test:functional": "mocha tests/*.spec.js --reporter spec --timeout 15000"
"test": "npm run test:cli && npm run test:functional",
Copy link
Contributor

Choose a reason for hiding this comment

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

Why do we need odd output?

Copy link
Owner Author

Choose a reason for hiding this comment

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

That's clearly a mistake!

@halfzebra halfzebra force-pushed the upgrade-dependencies-and-introduce-unexpectedjs branch 2 times, most recently from a4eb3e0 to dd22a50 Compare September 14, 2017 18:33
@halfzebra halfzebra force-pushed the upgrade-dependencies-and-introduce-unexpectedjs branch from dd22a50 to 094920a Compare September 14, 2017 18:55
@halfzebra halfzebra merged commit 1167e55 into master Sep 14, 2017
@halfzebra halfzebra deleted the upgrade-dependencies-and-introduce-unexpectedjs branch September 14, 2017 20:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants