Initial git
This commit is contained in:
7
app/tests/app.test.jsx
Normal file
7
app/tests/app.test.jsx
Normal file
@@ -0,0 +1,7 @@
|
||||
var expect = require('expect');
|
||||
|
||||
describe('App', () => {
|
||||
it('should properly run tests', () => {
|
||||
expect(1).toBe(1);
|
||||
});
|
||||
});
|
||||
Reference in New Issue
Block a user