Skip to content

Commit 1073a76

Browse files
committed
fix: linting issues
1 parent 879aaa9 commit 1073a76

2 files changed

Lines changed: 1 addition & 14 deletions

File tree

test.js

Lines changed: 0 additions & 13 deletions
This file was deleted.

test/test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25357,7 +25357,7 @@
2535725357
assert.strictEqual(typeof String.fromCharCode, 'function', 'String.fromCharCode should exist before unset');
2535825358

2535925359
_.unset('', [ 'constructor', 'fromCharCode']);
25360-
_.unset({ foo: 'bar' }, [ 'foo', 'constructor', 'fromCharCode']);
25360+
_.unset({ foo: 'bar' }, ['foo', 'constructor', 'fromCharCode']);
2536125361

2536225362
assert.strictEqual(typeof String.fromCharCode, 'function', 'String.fromCharCode should not be deletable via constructor traversal');
2536325363

0 commit comments

Comments
 (0)