Commit c60dbfa
committed
Prevent snapshots from picking up old junk
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.1 parent 415fac6 commit c60dbfa
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
305 | 305 | | |
306 | 306 | | |
307 | 307 | | |
| 308 | + | |
308 | 309 | | |
309 | 310 | | |
310 | 311 | | |
| |||
0 commit comments