Test setup

This commit is contained in:
Ben Ramey
2014-03-08 19:47:33 -06:00
parent de43992273
commit 81346d05e7
4 changed files with 126 additions and 104 deletions

6
tests/unit/fake.js Normal file
View File

@@ -0,0 +1,6 @@
describe("test test", function() {
it('should be false', function() {
var bob = 1;
expect(bob).toBe(1);
});
});