Skip to content

Commit

Permalink
Merge pull request #356 from tjenkinson/patch-1
Browse files Browse the repository at this point in the history
remove `.only`
  • Loading branch information
mikaelbr committed Jan 21, 2021
2 parents 6b42cb3 + 8e180ba commit 603b842
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 603b842

Please sign in to comment.