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
If a previous run of the static site generator created new files, these
will be left lying around, even if subsequent runs wouldn't generate
that file anymore. This will lead to either a false negative or a false
positive.
- The file shouldn't be generated and isn't.
Tests incorrectly fail because it's still there.
- The file should be generated but isn't.
Tests incorrectly pass because it's still there.
0 commit comments