We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9d148d commit f5a7bc6Copy full SHA for f5a7bc6
test/notify-send.js
@@ -70,7 +70,7 @@ describe('notify-send', function () {
70
notifier.notify({ message: 'some\n "me\'ss`age`"' });
71
});
72
73
- it.only('should only include strings as arguments', function (done) {
+ it('should only include strings as arguments', function (done) {
74
var expected = ['"HACKED"', '--expire-time', '"10000"'];
75
76
expectArgsListToBe(expected, done);
0 commit comments