-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tests: Move Spectrum related tests to single test runner #3978
Conversation
It contains: lib/cart-values, lib/cart/store, lib/credit-card-details and library created by me lib/network-connection.
It contains: * client/lib/plans-list * client/my-sites/upgrades/cart * client/my-sites/upgrades/components/domain-warnings * client/my-sites/upgrades/domain-search
/cc @janm6k @blowery @aduth @mtias @nb It looks like this PR contains most of standard refactorings necessary to migrate to single test runner. Last missing bits can be found in #3973 from @blowery which introduces new Let me list here common refactorings:
To consider:
Once we merge those 2 PRs we should write P2 summary post and ask for help all Calypso developers. |
👍 Nice! |
…-tests Tests: Move Spectrum related tests to single test runner
Part of #3942.
It contains:
client/lib/cart-values
client/lib/cart/store
client/lib/credit-card-details
client/lib/network-connection
- library created during my trial :)client/lib/plans-list
client/my-sites/upgrades/cart
client/my-sites/upgrades/components/domain-warnings
client/my-sites/upgrades/domain-search
(moved toclient/components/domains/domain-suggestion
)Testing
client
folder.make test
.