tests also

This commit is contained in:
Peter Cottle 2012-12-13 19:38:27 -08:00
parent 5522d13f5f
commit 2abf772b6f
4 changed files with 102 additions and 79 deletions

6
spec/first.spec.js Normal file
View file

@ -0,0 +1,6 @@
describe('Tests', function() {
it('should work', function() {
expect(1).toBeTruthy();
});
});