Skip to content

Commit

Permalink
fix: whitespace derp
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeed committed Jan 10, 2020
1 parent aff2f1d commit a63f3c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ test('constructor :: hijack', t => {

// @see https://snyk.io/vuln/SNYK-JS-LODASH-450202
test('constructor :: pollution', t => {
const payload = '{"constructor":{"prototype":{"a0": true}}}';
const payload = '{"constructor":{"prototype":{"a0":true}}}';

const input = JSON.parse(payload);
const output = klona(input);
Expand Down

0 comments on commit a63f3c1

Please sign in to comment.