mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
7 lines
116 B
TypeScript
7 lines
116 B
TypeScript
import {X} from '../src/router';
|
|
|
|
describe("Test", () => {
|
|
it("test", () => {
|
|
expect(X).toEqual(5);
|
|
});
|
|
});
|