• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1export function mockNotification() {
2  global.systemplugin.notification = {
3    show: function () {
4      console.warn("notification.show interface mocked in the Previewer. How this interface works on the Previewer" +
5        " may be different from that on a real device.")
6    }
7  }
8}