From 91fd0fa3471facff810173c8561cfd311fd786ac Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Sat, 21 Mar 2015 20:33:54 -0700 Subject: [PATCH] "PhantonJS" [sic] --- test/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/README.md b/test/README.md index 85b5d83..3578112 100644 --- a/test/README.md +++ b/test/README.md @@ -5,7 +5,7 @@ To test usage in a Node.js environment, [Nodeunit](https://github.com/caolan/nodeunit) tests are defined in `/test/bootlint_test.js`, and can be run via the `nodeunit` Grunt task. -To test usage in a browser environment, we use [QUnit](http://qunitjs.com) along with some additional automation in `/test/fixtures/generic-qunit.js`. Basically, when PhantonJS runs each test case webpage, we automatically Bootlint the page and then assert that the list of lint messages equals the `data-lint` attributes of the `
  • `s under the `
      ` within the page. The `qunit` Grunt task runs these tests in PhantonJS. +To test usage in a browser environment, we use [QUnit](http://qunitjs.com) along with some additional automation in `/test/fixtures/generic-qunit.js`. Basically, when PhantomJS runs each test case webpage, we automatically Bootlint the page and then assert that the list of lint messages equals the `data-lint` attributes of the `
    1. `s under the `
        ` within the page. The `qunit` Grunt task runs these tests in PhantomJS. ## How do I add a new test?