test: cover directory package test graphs
This commit is contained in:
@@ -2,5 +2,6 @@ package routing;
|
||||
|
||||
@test fn same_package() void = {
|
||||
assert(value() == 7);
|
||||
assert(privateproduction() == 8);
|
||||
assert(privatevalue() == 8);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user