Skip to content
This repository has been archived by the owner on Jul 24, 2024. It is now read-only.

assert(a === b) => assert.strictEqual(a, b) #1307

Merged
merged 1 commit into from
Dec 22, 2015
Merged

Conversation

saper
Copy link
Member

@saper saper commented Dec 19, 2015

When the test fails, we are getting actual
values in the error message instead of

+ true
- false

When the test fails, we are getting actual
values in the error message instead of

+ true
= false
@saper saper added this to the next.patch milestone Dec 20, 2015
@saper saper self-assigned this Dec 20, 2015
@xzyfer
Copy link
Contributor

xzyfer commented Dec 22, 2015

Nice.

xzyfer added a commit that referenced this pull request Dec 22, 2015
Use assert.strictEqual in tests for better error output
@xzyfer xzyfer merged commit 7128b45 into sass:master Dec 22, 2015
@xzyfer xzyfer modified the milestone: next.patch Sep 4, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants