Skip to content

Pass tests for all supported browsers in ci.testling #3

@hughfdjackson

Description

@hughfdjackson

As a user, I want to be able to use immutable-hash-trie in any semi-common environment, including:

  • ie 6+
  • chrome 4+
  • FF 3+
  • opera 10+
  • safari 5+
Acceptance:

Test suite passes on ci.testling.com for all currently listed browesrs:

{
  "testling": {
    "files": "test/*-test.js",
    "browsers": [
      "iexplore/6.0",
      "iexplore/7.0",
      "iexplore/8.0",
      "iexplore/9.0",
      "iexplore/10.0",
      "chrome/4.0",
      "chrome/23.0",
      "firefox/3.0",
      "firefox/17.0",
      "opera/10.0",
      "opera/12.0",
      "safari/5.0.5",
      "safari/5.1"
    ],
    "harness": "mocha-qunit"
  }
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions