summaryrefslogtreecommitdiff
path: root/mocha_test
diff options
context:
space:
mode:
Diffstat (limited to 'mocha_test')
-rw-r--r--mocha_test/parallel.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/mocha_test/parallel.js b/mocha_test/parallel.js
index fe99676..bad98af 100644
--- a/mocha_test/parallel.js
+++ b/mocha_test/parallel.js
@@ -4,7 +4,7 @@ var assert = require('assert');
var isBrowser = require('./support/is_browser');
var getFunctionsObject = require('./support/get_function_object');
-describe.only('parallel', function() {
+describe('parallel', function() {
it('parallel', function(done) {
var call_order = [];