chore: set up test and build infrastructure

This commit is contained in:
vsavkin
2016-05-20 13:22:57 -07:00
parent c9c81e1fbc
commit f57df3cf8a
12 changed files with 324 additions and 0 deletions

View File

@ -0,0 +1,7 @@
import {X} from '../src/router';
describe("Test", () => {
it("test", () => {
expect(X).toEqual(5);
});
});