chore(test): move to using dart:test for dart unit tests#3258
chore(test): move to using dart:test for dart unit tests#3258juliemr wants to merge 1 commit intoangular:masterfrom
Conversation
|
Darn – broken by |
|
You need to upgrade |
|
Yup, haven't touched the auxiliary parts yet. There's also some tests in On Thu, Jul 23, 2015 at 6:11 PM, Kevin Moore [email protected]
|
|
Updated with a little script that generates one big file to run all tests. This lets us use |
|
Open issues
|
|
@juliemr I am in the progress of changing the shadow dom tests. Don't worry... |
|
@yjbanov can you complete this one since julie is OOO? |
|
@juliemr are you still working on this? |
|
@tbosch it's still on my todos but I'm not actively able to work on in probably for the next week or so. |
|
I don't think this should be beta-0, since there are still blockers on debugging and tests taking too long. I'm moving to beta.1, please yell at me if you feel otherwise. |
|
@juliemr I'd love to get this out ASAP. It's not changing anything that exists – just providing a new option.
|
|
Note to all: I am actively picking this up again (moving angular tests to the new dart tests runner). |
|
Woo hoo! 🤘 |
|
This is so out of date I just made a new one - see instead #7111 |
|
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
This is a work in progress PR showing how Angular2 tests could be migrated to using the new
dart:testunit test runner and library.