cleanup: removes a fake test
This commit is contained in:
parent
0b2bb1b6f5
commit
01111a1122
|
@ -1,7 +1,4 @@
|
||||||
import {X} from '../src/router';
|
describe("Integration", () => {
|
||||||
|
|
||||||
describe("Test", () => {
|
|
||||||
it("test", () => {
|
it("test", () => {
|
||||||
expect(X).toEqual(5);
|
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue