fix some little things that vale was complaining about

Signed-off-by: Fredrik Adelöw <freben@gmail.com>
This commit is contained in:
Fredrik Adelöw
2024-12-10 14:28:25 +01:00
parent f645a8dee6
commit 973dd6f25d
17 changed files with 32 additions and 25 deletions
@@ -98,7 +98,7 @@ describe('PageBlueprint', () => {
const tester = createExtensionTester(myPage);
// TODO(blam): test for the routePath output doesn't work, due to the the way the test harness works
// TODO(blam): test for the routePath output doesn't work, due to the way the test harness works
// expect(tester.data(coreExtensionData.routePath)).toBe('/test');
expect(tester.get(coreExtensionData.routeRef)).toBe(mockRouteRef);