chore: small changes

Signed-off-by: blam <ben@blam.sh>
This commit is contained in:
blam
2024-08-15 15:19:10 +02:00
parent fe1fbb26eb
commit 5eed3b15e3
3 changed files with 2 additions and 5 deletions
@@ -63,7 +63,7 @@ function createTestExtension(options: {
yield coreExtensionData.routePath(options.path);
}
if (options.routeRef !== undefined) {
if (options.routeRef) {
yield coreExtensionData.routeRef(options.routeRef);
}