| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Some tests require the --serial flag to pass.
There was a problem hiding this comment.
This PR modifies the test execution command to add the --serial flag for running individual test files, ensuring that tests that require sequential execution can pass properly.
Sorry, something went wrong.
| # Run the tests for a single file | ||
| test_file filename: build | ||
| npx ava --verbose {{filename}} | ||
| npx ava --serial --verbose {{filename}} |
There was a problem hiding this comment.
Suggestion: add a command for running an individual test to package.json and then call that from here?
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Some tests require the --serial flag to pass.
Risk assessment
For internal use only. Please select the risk level of this change:
Merge / deployment checklist