mirror of
https://github.com/BorysLevytskyi/BitwiseCmd.git
synced 2025-12-10 06:52:05 +01:00
Changed test spec
This commit is contained in:
@@ -1,8 +1,6 @@
|
||||
describe("App test", function() {
|
||||
describe("A for app", function() {
|
||||
var app = window.app;
|
||||
|
||||
it("shouldn't be null", function() {
|
||||
console.log(app);
|
||||
expect(app.constructor).notBeNull();
|
||||
it("may there be app", function() {
|
||||
expect(app).not.toBe(null);
|
||||
});
|
||||
});
|
||||
Reference in New Issue
Block a user