mirror of
https://github.com/BorysLevytskyi/BitwiseCmd.git
synced 2025-12-10 06:52:05 +01:00
6 lines
148 B
JavaScript
6 lines
148 B
JavaScript
describe("A for app", function() {
|
|
var app = window.app;
|
|
it("may there be app", function() {
|
|
expect(app).not.toBe(null);
|
|
});
|
|
}); |