summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWilson Page <wilsonpage@me.com>2013-10-25 17:16:03 +0100
committerWilson Page <wilsonpage@me.com>2013-10-25 17:16:03 +0100
commit42daad23039b605c24f772d3bdb4a095f8461361 (patch)
tree1e3b980abff00f5091548dec44df0709527224da
parent56ec3d5bb46b59905d7836eefe24e9950784c9b9 (diff)
downloadfastdom-42daad23039b605c24f772d3bdb4a095f8461361.zip
fastdom-42daad23039b605c24f772d3bdb4a095f8461361.tar.gz
fastdom-42daad23039b605c24f772d3bdb4a095f8461361.tar.bz2
Remove only flag
-rw-r--r--test/test.set.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test.set.js b/test/test.set.js
index 93c3efe..811c489 100644
--- a/test/test.set.js
+++ b/test/test.set.js
@@ -284,7 +284,7 @@ suite('set', function() {
});
- test.only('Should continue to flush the queue until empty even if a job errors', function(done) {
+ test('Should continue to flush the queue until empty even if a job errors', function(done) {
var fastdom = new FastDom();
var read = sinon.spy();
var write = sinon.spy();