Skip to content

Commit

Permalink
fix(test): remove only
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeed committed Dec 10, 2018
1 parent 94f3b17 commit 1177a45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/index.js
Expand Up @@ -276,7 +276,7 @@ test('exec params', t => {
t.end();
});

test.only('exec params (suffix)', t => {
test('exec params (suffix)', t => {
const arr = $.match('/videos/foo.mp4', PREP);
const out = $.exec('/videos/foo.mp4', arr);
t.is(typeof out, 'object', 'returns an object');
Expand Down

0 comments on commit 1177a45

Please sign in to comment.