diff --git a/test/browser/notification.html b/test/browser/notification.html new file mode 100644 index 0000000000..fbee672109 --- /dev/null +++ b/test/browser/notification.html @@ -0,0 +1,26 @@ + + + Mocha + + + + + + + + + +
+ + + diff --git a/test/browser/notification.spec.js b/test/browser/notification.spec.js new file mode 100644 index 0000000000..7ab61a2a62 --- /dev/null +++ b/test/browser/notification.spec.js @@ -0,0 +1,7 @@ +'use strict'; + +describe('Notification', function () { + it('should ask for notification, or show a notification', function () { + assert(true); + }); +});