Skip to content

Commit

Permalink
rename
Browse files Browse the repository at this point in the history
  • Loading branch information
msn0 committed Jul 15, 2017
1 parent 8ea6555 commit f1f0356
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 29 deletions.
2 changes: 1 addition & 1 deletion test.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const test = require('ava');
const wilson = require('./wilson');
const wilson = require('./');

test('should return two values - left and right', t => {
t.true(wilson(1, 2).hasOwnProperty('left'));
Expand Down
28 changes: 0 additions & 28 deletions wilson.js

This file was deleted.

0 comments on commit f1f0356

Please sign in to comment.