summaryrefslogtreecommitdiffstats
path: root/test/test.clear.js
Commit message (Collapse)AuthorAgeFilesLines
* V1origin/v1-betaWilson Page2016-01-041-110/+0
|
* Should be allowed to pass and id as a string or a number to .clear()origin/issue54Wilson Page2015-03-171-0/+14
|
* Make a differentiation between the read.write batch and the frame queueWilson Page2013-10-141-1/+1
|
* Re-write with single rAF loopWilson Page2013-10-141-7/+6
|
* Set up JSHint and fix outstanding violationsTimo Tijhof2013-10-121-6/+6
| | | | | | | Added a jshintrc file resembling as close as what the source code did already. The only violation was that main code used single quotes and tests double quotes. Shall we go for single quotes, then?
* Various minor clean upTimo Tijhof2013-10-121-2/+2
| | | | | | | | | | | | | | | | | | | * main: Fix typo in comment * package: Removed redundant "node_modules/.bin" prefix. npm script commands are executed in a subshell with that directory in the execution path: https://npmjs.org/doc/scripts.html#ENVIRONMENT So even if the shell running `npm test` didn't install have it globally, this will work fine. * Add missing newline at EOF of various files. * Consistently use single quotes (main js file does so mostly except for one line). * Consistently name test suites lowercase (in case of 'defer' and 'clear', like the method names they test).
* Add tests to check refs are being cleaned upWilson Page2013-10-051-0/+18
|
* Single clear method to clear all types of job (closes #16 closes #9)Wilson Page2013-10-051-4/+23
|
* Update tests to match new APIWilson Page2013-09-161-8/+8
|
* Change name from dombatch to fastdomWilson Page2013-09-101-13/+13
|
* Convert test suit to MochaWilson Page2013-08-271-19/+19
|
* Rename and move unused filesWilson Page2013-08-271-0/+60