Skip to content

Commit 024c617

Browse files
lodash security fixes
1 parent 6dcecb2 commit 024c617

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/example.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ describe("[runtime]", function() {
2323
});
2424
});
2525

26-
it('blah', function(){
26+
it.only('blah', function(){
2727
return api.user.get()
2828
.then(function(res){
2929
console.log(res);

0 commit comments

Comments
 (0)