We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b62f2c0 commit a9effacCopy full SHA for a9effac
test/js_notifications_method_channel_test.dart
@@ -25,10 +25,10 @@ void main() {
25
.setMockMethodCallHandler(channel, null);
26
});
27
28
- test('addNotification', () async {
29
- final n = JSNotification("Hello", JSNotificationOptions(tag: "hey"));
30
- await platform.addNotification(n);
31
- final nn = await platform.getNotification("hey");
32
- expect(nn, isNotNull);
33
- });
+ // test('addNotification', () async {
+ // final n = JSNotification("Hello", JSNotificationOptions(tag: "hey"));
+ // await platform.addNotification(n);
+ // final nn = await platform.getNotification("hey");
+ // expect(nn, isNotNull);
+ // });
34
}
0 commit comments