Skip to content

Add support for promises in README #15

@orangemug

Description

@orangemug

Uncaught promises should cause failure, for example if data isn't "foo" then the following should fail

getSomething()
  .then(function(data) {
    assert.equal(data, "foo")
  });

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions