From ef73f07713cdeb70d78a42d638afca899a6f9079 Mon Sep 17 00:00:00 2001 From: VitjanZ Date: Wed, 4 Feb 2026 11:33:22 +0100 Subject: [PATCH 1/2] Added implemenation and test reqs to make the typescript examples run more smoothly --- .../typescript-react-app-template.plain | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/standard_template_library/typescript-react-app-template.plain b/standard_template_library/typescript-react-app-template.plain index 774ed132..77264806 100644 --- a/standard_template_library/typescript-react-app-template.plain +++ b/standard_template_library/typescript-react-app-template.plain @@ -11,7 +11,13 @@ - :App: should run on port 3000. +- The start script should be added to the package.json file. ***test reqs*** - :ConformanceTests: of :App: should be written in TypeScript, using Cypress as the framework for :ConformanceTests:. + +- The following configuration should be added: + - The appropriate include section should be added to tsconfig.json file. + - The cypress.config.mjs file should use the 'cypress' package. + - The typescript package should be added to the devDependencies in package.json \ No newline at end of file From a1201fdddadfce4e63241cd8653892cfda9448f3 Mon Sep 17 00:00:00 2001 From: VitjanZ Date: Wed, 4 Feb 2026 11:38:07 +0100 Subject: [PATCH 2/2] empty line --- standard_template_library/typescript-react-app-template.plain | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/standard_template_library/typescript-react-app-template.plain b/standard_template_library/typescript-react-app-template.plain index 77264806..5769e401 100644 --- a/standard_template_library/typescript-react-app-template.plain +++ b/standard_template_library/typescript-react-app-template.plain @@ -20,4 +20,4 @@ - The following configuration should be added: - The appropriate include section should be added to tsconfig.json file. - The cypress.config.mjs file should use the 'cypress' package. - - The typescript package should be added to the devDependencies in package.json \ No newline at end of file + - The typescript package should be added to the devDependencies in package.json