Open markmandel opened 13 years ago
It's super easy to mismatch tag names and what is registered in via squabble.registerTest().
squabble.registerTest()
So on preview, it should throw an error if the section cannot be found and/or the test cannot be found for that configuration.
That should catch 9/10 of these errors, as people will preview all combinations to see how they look.
It's super easy to mismatch tag names and what is registered in via
squabble.registerTest()
.So on preview, it should throw an error if the section cannot be found and/or the test cannot be found for that configuration.
That should catch 9/10 of these errors, as people will preview all combinations to see how they look.