Files
BitwiseCmd/tests/stubSpec.js
BorisLevitskiy 648648e6fe Changed test spec
2015-04-09 17:44:42 +03:00

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);
});
});