mirror of
https://github.com/BorysLevytskyi/BitwiseCmd.git
synced 2025-12-18 19:02:22 +01:00
8 lines
184 B
JavaScript
8 lines
184 B
JavaScript
describe("App test", function() {
|
|
var app = window.app;
|
|
|
|
it("shouldn't be null", function() {
|
|
console.log(app);
|
|
expect(app.constructor).notBeNull();
|
|
});
|
|
}); |