Cleanup .pyc and .DS_Store, add new modules, remove legacy services
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
/* globals describe, it, expect */
|
||||
|
||||
describe('addition ', () => {
|
||||
it('should work', () => {
|
||||
expect(1 + 1).toEqual(2);
|
||||
});
|
||||
});
|
||||
Reference in New Issue
Block a user