Skip to content

Commit

Permalink
added links to test pages
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Tsongas committed Jun 9, 2013
1 parent ea7b0d5 commit 1b1f2f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ The Javascript source code minified using UglifyJS.
The next seven files are part of a comprehensive *Jasmine* test suite that allows modifications to the library to be quickly and easily regression tested. They are:

- **test.htm**
Open this file in a browser to run the *Jasmine* test suite against the regular version of the library, jlist.js.
Open this file in a browser to run the *Jasmine* test suite against the regular version of the library, jlist.js. This file can also be run in a browser here [https://rawgithub.com/tsongas/jList/master/test/test.htm](https://rawgithub.com/tsongas/jList/master/test/test.htm).

- **test minimised version.htm**
Open this file in a browser to run the *Jasmine* test suite against the minified version of the library, jlist-min.js.
Open this file in a browser to run the *Jasmine* test suite against the minified version of the library, jlist-min.js. This file can also be run in a browser here [https://rawgithub.com/tsongas/jList/master/test/test%20minimised%20version.htm](https://rawgithub.com/tsongas/jList/master/test/test%20minimised%20version.htm).

- **jlist-spec.js**
The test suite specifications - these are the actual tests that are run by opening either of the preceding two files.
Expand Down

0 comments on commit 1b1f2f0

Please sign in to comment.