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 439534a commit c38b943
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/parse.js
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,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 c38b943

Please sign in to comment.