[router] add spec.rs to enables tests under spec folder (#11734)
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
// Protocol specification tests
|
||||
mod spec;
|
||||
Reference in New Issue
Block a user
@@ -0,0 +1,2 @@
|
||||
// Protocol specification tests
|
||||
mod spec;
|
||||