rnx-kit icon indicating copy to clipboard operation
rnx-kit copied to clipboard

end-to-end tests for type-safe bundling and serving

Open afoxman opened this issue 2 years ago • 1 comments

Validate that type-safe bundling and serving both detect platform-specific errors. Use https://github.com/afoxman/rnts-example GitHub repo as an example.

afoxman avatar Mar 20 '22 07:03 afoxman

Also add automation for basic scenarios. For example, new project, just turned on bundling with all the defaults. It's not a TypeScript app -- just a regular JS app. TS validation should quietly do nothing (today it fails, which is being fixed now).

Common scenarios like that need to be validated. Not just this one example.

afoxman avatar May 12 '22 16:05 afoxman