mirror of
https://github.com/BorysLevytskyi/BitwiseCmd.git
synced 2025-12-19 19:22:45 +01:00
Started to implement tests
This commit is contained in:
8
tests/stubSpec.js
Normal file
8
tests/stubSpec.js
Normal file
@@ -0,0 +1,8 @@
|
||||
describe("App test", function() {
|
||||
var app = window.app;
|
||||
|
||||
it("shouldn't be null", function() {
|
||||
console.log(app);
|
||||
expect(app.constructor).notBeNull();
|
||||
});
|
||||
});
|
||||
Reference in New Issue
Block a user