Skip to content

Commit

Permalink
[Tests] remove nonexistent tape option
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Sep 8, 2018
1 parent 12a7563 commit e570db9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/parse.js
Expand Up @@ -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'));
Expand Down

0 comments on commit e570db9

Please sign in to comment.