Skip to content

Commit

Permalink
remove .only
Browse files Browse the repository at this point in the history
  • Loading branch information
tjenkinson committed Dec 22, 2020
1 parent 6b42cb3 commit 8e180ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/notify-send.js
Expand Up @@ -70,7 +70,7 @@ describe('notify-send', function () {
notifier.notify({ message: 'some\n "me\'ss`age`"' });
});

it.only('should only include strings as arguments', function (done) {
it('should only include strings as arguments', function (done) {
var expected = ['"HACKED"', '--expire-time', '"10000"'];

expectArgsListToBe(expected, done);
Expand Down

0 comments on commit 8e180ba

Please sign in to comment.