mirror of
https://github.com/odoo/owl.git
synced 2025-10-06 19:59:41 +07:00
add test helpers, add navbar tests
This commit is contained in:
@@ -9,7 +9,7 @@ function clearSlashes(s: string): string {
|
||||
return s.replace(/\/$/, "").replace(/^\//, "");
|
||||
}
|
||||
|
||||
type RouterEvent = "query_changed";
|
||||
export type RouterEvent = "query_changed";
|
||||
|
||||
export interface IRouter {
|
||||
navigate(query: Query): void;
|
||||
|
||||
Reference in New Issue
Block a user