oppia / oppia

A free, online learning platform to make quality education accessible for all.
https://www.oppia.org
Apache License 2.0
5.63k stars 3.78k forks source link

[Feature Request]: Enforce strict typescript checks on puppeteer acceptance tests. #20221

Open jnvtnguyen opened 2 weeks ago

jnvtnguyen commented 2 weeks ago

Is your feature request related to a problem? Please describe.

Right now puppeteer acceptance tests are not strictly typescript checked since in tsconfig-strict we ignore all .spec.ts files.

Describe the solution (or solutions) you'd like

I expect puppeteer acceptance tests to be strictly typescript checked during the _run_typescripttests script in the CI or locally.

Describe alternatives you've considered and rejected

No response

Additional context

No response