jjwilliams42 / generator-aspnet-semanticui

Yeoman ASP.NET Generator with Semantic UI Library
1 stars 2 forks source link

Add test to cover custom jQuery.Validate extension #9

Open peterblazejewicz opened 8 years ago

peterblazejewicz commented 8 years ago

The extension file exists and is used in markup. But - as with menulink tag, I think it should be covered by tests as it is purely this project addition to generator compared to aspnet/Templates. When update arrive with MVC markup, it could be too easy to remove that code imports. The test will cover inclusion of that custom file ('is the custom jQuery extension used in markup?") Thanks!