Skip to content

Commit

Permalink
chore: de-ES6ify
Browse files Browse the repository at this point in the history
  • Loading branch information
remy committed Apr 20, 2016
1 parent f5856bf commit 5e325f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/protect-patch-order.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ var policy = require('snyk-policy');
var dir = __dirname + '/fixtures/bugs/SC-1076';
var vulns = require(dir + '/vulns.json');

test('protect patches in the correct order - SC-1076', t => {
test('protect patches in the correct order - SC-1076', function (t) {
var res = dedupe(vulns.vulnerabilities);
t.equal(res.packages[0].id, 'npm:sequelize:20160329', 'latest patch is picked');
t.equal(res.removed[0].id, 'npm:sequelize:20160115', 'old patch is removed');
Expand Down

0 comments on commit 5e325f0

Please sign in to comment.