-
Notifications
You must be signed in to change notification settings - Fork 407
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
@W-17592100 chore: run unit tests in production mode (#5270)
* ci: run unit tests in prod mode * test(engine-dom): skip testing dev mode feature in prod mode * test(ssr-compiler): avoid checking dev mode error text in prod mode * test(engine-server): skip fixture tests in prod mode there are a lot of failures that we'll get to later * chore(tests): support NODE_ENV=production * Apply suggestions from code review * chore(coverage): bump minimum function threshold for SSR packages * chore: remove unused file * test(coverage): ignore ssr-client-utils and bump thresholds for SSR * ci: don't generate coverage for prod mode Coverage will always be lower because we have a ton of `NODE_ENV !== production checks`, but no `===` checks. --------- Co-authored-by: Matheus Cardoso <[email protected]>
- Loading branch information
Showing
9 changed files
with
30 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters