Skip to content

Commit

Permalink
rename this test to self
Browse files Browse the repository at this point in the history
  • Loading branch information
juliangruber committed Dec 29, 2013
1 parent 34bcaa8 commit 8715789
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/this.js → test/self.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
var filter = require('..');
var test = require('tape');

test('this', function(t) {
test('self', function(t) {
var arr = [1];
arr.filter = undefined;
var self = {};
Expand Down

0 comments on commit 8715789

Please sign in to comment.