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
We'd like to have a test suite that tests our public API, in contrast to the existing unit tests that test internal modules.
If the test suite is comprehensive enough, this will allow us to feel confident that we're not making breaking changes accidentally -- unlike the current tests which frequently change with refactors, we wouldn't change these tests except in conjunction with a major release.
(Since the tests would use only the public API, we could also run them under Closure's advanced mode to verify that everything works properly.)
The text was updated successfully, but these errors were encountered:
We'd like to have a test suite that tests our public API, in contrast to the existing unit tests that test internal modules.
If the test suite is comprehensive enough, this will allow us to feel confident that we're not making breaking changes accidentally -- unlike the current tests which frequently change with refactors, we wouldn't change these tests except in conjunction with a major release.
(Since the tests would use only the public API, we could also run them under Closure's advanced mode to verify that everything works properly.)
The text was updated successfully, but these errors were encountered: