-
Notifications
You must be signed in to change notification settings - Fork 23
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
build: finalize unit testing support #84
Labels
Milestone
Comments
12 tasks
christophercr
referenced
this issue
in christophercr/stark
Mar 22, 2018
3 tasks
dsebastien
pushed a commit
that referenced
this issue
Mar 23, 2018
… in all stark packages and starter (#267) * feat(stark-testing): create separate stark-testing package. Replace testing specific dependencies by stark-testing in all stark packages and starter. Fixes #68. [#68][#84][#93] * chore(stark-testing): upgrade dependencies in stark-testing package. Upgrade @types/node in all packages * fix(stark-testing): downgrade 'jasmine-core' dependency due to an issue with Zone.js (angular/zone.js#1015) * fix(starter): clean up tsconfig.spec.json for unit testing
dsebastien
pushed a commit
that referenced
this issue
Mar 23, 2018
* feat(stark-testing): create separate stark-testing package. Replace testing specific dependencies by stark-testing in all stark packages and starter. Fixes #68. [#68][#84][#93] * chore(stark-testing): upgrade dependencies in stark-testing package. Upgrade @types/node in all packages * fix(stark-testing): downgrade 'jasmine-core' dependency due to an issue with Zone.js (angular/zone.js#1015) * fix(starter): clean up tsconfig.spec.json for unit testing * fix(http): fix unit tests. Enhance http demo in Starter [#96]
3 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Goal: make sure our ut support is ready
The text was updated successfully, but these errors were encountered: