You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The build_runner build will cache build artifacts and will only rebuild if the source files changed. This sometimes makes it hard to run unittest locally.
Suggestion: the expectBuildClean will clean the build files before running the build_runner build so that it makes sure the code is regenerated every time the test is run.
The text was updated successfully, but these errors were encountered:
The
build_runner build
will cache build artifacts and will only rebuild if the source files changed. This sometimes makes it hard to run unittest locally.Suggestion: the
expectBuildClean
will clean the build files before running thebuild_runner build
so that it makes sure the code is regenerated every time the test is run.The text was updated successfully, but these errors were encountered: