blob: 7bb25af8228ce4f792d34876a7123cf25be0e95a [file] [log] [blame]
describe('Battery (navigator.battery)', function () {;
it("should exist", function() {
expect(navigator.battery).toBeDefined();
});
});