Test setup
This commit is contained in:
6
tests/unit/fake.js
Normal file
6
tests/unit/fake.js
Normal file
@@ -0,0 +1,6 @@
|
||||
describe("test test", function() {
|
||||
it('should be false', function() {
|
||||
var bob = 1;
|
||||
expect(bob).toBe(1);
|
||||
});
|
||||
});
|
||||
Reference in New Issue
Block a user