cleanup: removes a fake test

This commit is contained in:
vsavkin 2016-05-20 13:55:17 -07:00
parent 0b2bb1b6f5
commit 01111a1122
1 changed files with 1 additions and 4 deletions

View File

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