In our Hilo project we wrote TDD with lots of unit tests. The one thing we noticed is there were no good way to run tests that were asynchronous. Given that most everything in Windows 8 store apps need to be async, we wrote some test helpers to do this. Looks like the team took this and made an extension to easily get it. The only thing that is missing is the UI portion of the helpers. If you really need that (and you probably will), you can get it from the Hilo project.
Enjoy!