unit tests!

This commit is contained in:
Andrew
2015-03-19 14:34:48 -05:00
parent 85908b00c9
commit 71125622fa
8 changed files with 134 additions and 19 deletions

View File

@@ -0,0 +1,7 @@
import {Ion} from '../ion';
export function main() {
it('should be true', () => {
expect(false).toBe(true);
});
}