Skip to content

Commit

Permalink
update tests for latest AVA version
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed Dec 31, 2015
1 parent 2b9aa4a commit eacc168
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,4 @@ test(t => {
t.is(fn('unicorns-and-rainbows'), 'Unicorns-And-Rainbows');
t.is(fn('UNICORNS-AND-RAINBOWS'), 'Unicorns-And-Rainbows');
t.is(fn('unicorns and rainbows'), 'Unicorns And Rainbows');
t.end();
});

0 comments on commit eacc168

Please sign in to comment.