diff --git a/test/parse.js b/test/parse.js index f0ce23b5..99a02aee 100644 --- a/test/parse.js +++ b/test/parse.js @@ -257,7 +257,7 @@ test('parse()', function (t) { st.end(); }); - t.test('should not throw when a native prototype has an enumerable property', { parallel: false }, function (st) { + t.test('should not throw when a native prototype has an enumerable property', function (st) { Object.prototype.crash = ''; Array.prototype.crash = ''; st.doesNotThrow(qs.parse.bind(null, 'a=b'));