bahmutov/qunit-promises

View on GitHub
bower.json

Summary

Maintainability
Test Coverage
{
  "name": "qunit-promises",
  "main": "qunit-promises.js",
  "version": "0.0.0-semantic-release",
  "description": "QUnit plugin that adds assertions to check promises quickly",
  "keywords": [
    "qunit",
    "promises",
    "test",
    "assert"
  ],
  "license": "MIT",
  "homepage": "https://github.com/bahmutov/qunit-promises",
  "ignore": [
    "**/.*",
    "node_modules",
    "bower_components",
    "test",
    "tests",
    "Gruntfile.js",
    "package.json",
    "complexity.json",
    "jshint.json"
  ],
  "authors": [
    "Gleb Bahmutov <gleb.bahmutov@gmail.com>"
  ]
}