Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Revert "Fixes tests after mapping change"
This reverts commit f459403.
  • Loading branch information
mikaelbr committed Aug 4, 2019
1 parent 64decfb commit 2bbcc2d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
6 changes: 0 additions & 6 deletions test/terminal-notifier.js
Expand Up @@ -173,8 +173,6 @@ describe('terminal-notifier', function() {
'"body"',
'-tullball',
'"notValid"',
'-timeout',
'"10"',
'-json',
'"true"'
];
Expand Down Expand Up @@ -214,8 +212,6 @@ describe('terminal-notifier', function() {
'"body \\"message\\""',
'-actions',
'foo,bar,baz "foo" bar',
'-timeout',
'"10"',
'-json',
'"true"'
];
Expand Down Expand Up @@ -285,8 +281,6 @@ describe('terminal-notifier', function() {
'"body \\"message\\""',
'-tullball',
'"notValid"',
'-timeout',
'"10"',
'-json',
'"true"'
];
Expand Down
1 change: 0 additions & 1 deletion test/utils.js
Expand Up @@ -47,7 +47,6 @@ describe('utils', function() {
title: 'Foo',
message: 'Bar',
appIcon: 'foobar',
timeout: 10,
json: true
};

Expand Down

0 comments on commit 2bbcc2d

Please sign in to comment.