[REF] *: snakecase filenames

This commit is contained in:
Aaron Bohy
2019-10-11 14:52:09 +02:00
committed by aab-odoo
parent 895fe7c60f
commit 23246c42aa
14 changed files with 18 additions and 18 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
import { Destination, RouterEnv, Route } from "../../src/router/Router";
import { Destination, RouterEnv, Route } from "../../src/router/router";
import { makeTestEnv, nextTick } from "../helpers";
import { TestRouter } from "./TestRouter";
import { TestRouter } from "./test_router";
let env: RouterEnv;
let router: TestRouter | null = null;