Skip to content

Commands UI assert errors should clearly delineate integers from strings. #25

@jennifer-shehane

Description

@jennifer-shehane

The ASSERT error (in red background) on the commands UI does not signify whether my value is a string or not. The AssertionError (in yellow background) more clearly defines my error (that the integer 25 does not equal "25").

Example
screen shot 2015-04-20 at 11 57 25 am

To reproduce:

it('test', () => {
  expect(25).to.eq('25')
})

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions