Skip to content

Commit

Permalink
Add Missing QUnit Link (#142)
Browse files Browse the repository at this point in the history
Added the missing link to the QUnit web page.

[ci skip]
  • Loading branch information
alarimer authored and Arkni committed May 21, 2017
1 parent f981d37 commit 5291472
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -24,7 +24,7 @@ grunt.loadNpmTasks('grunt-contrib-qunit');
## Qunit task
_Run this task with the `grunt qunit` command._

You have chosen to write your unit tests using [QUnit][], you have written a
You have chosen to write your unit tests using [QUnit](http://qunitjs.com/), you have written a
html page which reports the summary and indivudual details of your unit
tests, you are happy with this but realize you miss the ability to have your
unit test suite run automatically each time you commit changes to your
Expand Down Expand Up @@ -294,4 +294,4 @@ grunt.event.on('qunit.spawn', function (url) {

Task submitted by ["Cowboy" Ben Alman](http://benalman.com/)

*This file was generated on Tue Apr 04 2017 22:09:26.*
*This file was generated on Sun May 21 2017 18:39:47.*
2 changes: 1 addition & 1 deletion docs/qunit-overview.md
@@ -1,4 +1,4 @@
You have chosen to write your unit tests using [QUnit][], you have written a
You have chosen to write your unit tests using [QUnit](http://qunitjs.com/), you have written a
html page which reports the summary and indivudual details of your unit
tests, you are happy with this but realize you miss the ability to have your
unit test suite run automatically each time you commit changes to your
Expand Down

0 comments on commit 5291472

Please sign in to comment.