From 69a188e61324bab4de0ae3ef8a078ff9fb8008c6 Mon Sep 17 00:00:00 2001 From: Fidel Coria Date: Fri, 24 Jul 2020 07:31:10 -0500 Subject: [PATCH] restore test: confirmed that yarn tsc fails --- plugins/welcome/src/components/WelcomePage/WelcomePage.tsx | 3 ++- plugins/welcome/src/components/WelcomePage/test.yaml | 4 ++++ 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 plugins/welcome/src/components/WelcomePage/test.yaml diff --git a/plugins/welcome/src/components/WelcomePage/WelcomePage.tsx b/plugins/welcome/src/components/WelcomePage/WelcomePage.tsx index 272297ed45..48292ae858 100644 --- a/plugins/welcome/src/components/WelcomePage/WelcomePage.tsx +++ b/plugins/welcome/src/components/WelcomePage/WelcomePage.tsx @@ -37,12 +37,13 @@ import { useApi, configApiRef, } from '@backstage/core'; +import uaml from './test.yaml' const WelcomePage = () => { const appTitle = useApi(configApiRef).getOptionalString('app.title') ?? 'Backstage'; const profile = { givenName: '' }; - +console.log(uaml); return (