3 lines
95 B
JavaScript
3 lines
95 B
JavaScript
test(() => {
|
|
assert_equals(Notification.get, undefined);
|
|
}, "Notification.get is obsolete");
|