UNPKG

ngalertify

Version:
13 lines (9 loc) 239 B
/* eslint-env karma, jasmine */ /* eslint strict: [2, false] */ describe("settings unit tests", function() { var $alertify; beforeEach(function() { alertify.reset(); $alertify = alertify._$$alertify; }); });