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
I've removed a test that mixed old and new syntax (the code it tests is tested elsewhere), and added a README
to explain why we have a folder of almost-duplicated tests.
The test files in this folder use the old (pre-v0.0.12) dependency mechanism. This will be removed in v0.0.13, and these tests are preserved here to ensure they work until then. Test files of the same name exist in the parent module, but they have been migrated to use the newer syntax (i.e. not to use dependencies). As of v0.0.13, this folder will be deleted, and the duplication will go away.
4
+
5
+
It felt cleaner to duplicate the tests temporarily, rather than try to test two different forms of the syntax in the same file. This way, we keep the old syntax out of the test suite, preserving enough to check it's not broken until it moves from deprecated to gone.
0 commit comments