Initial git

This commit is contained in:
Qolzam
2017-07-06 11:20:18 +04:30
commit 7c691d8e4d
142 changed files with 13046 additions and 0 deletions

7
app/tests/app.test.jsx Normal file
View File

@@ -0,0 +1,7 @@
var expect = require('expect');
describe('App', () => {
it('should properly run tests', () => {
expect(1).toBe(1);
});
});