Skip to content

Commit ef73f07

Browse files
committed
Added implemenation and test reqs to make the typescript examples run more smoothly
1 parent 515666c commit ef73f07

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

standard_template_library/typescript-react-app-template.plain

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,13 @@
1111

1212
- :App: should run on port 3000.
1313

14+
- The start script should be added to the package.json file.
1415

1516
***test reqs***
1617

1718
- :ConformanceTests: of :App: should be written in TypeScript, using Cypress as the framework for :ConformanceTests:.
19+
20+
- The following configuration should be added:
21+
- The appropriate include section should be added to tsconfig.json file.
22+
- The cypress.config.mjs file should use the 'cypress' package.
23+
- The typescript package should be added to the devDependencies in package.json

0 commit comments

Comments
 (0)