It is possible to map Silverlight libraries from regular .NET libraries. So, if you go to the unit test only your view models, you can move them to a separate project, create a regular (not Silverlight) unit testing project and add a link to the view model project.
Narek source share