canjs / can-view-scope

Scope management for view engines
https://canjs.com/doc/can-view-scope.html
MIT License
4 stars 0 forks source link

Run tests in production mode #174

Closed matthewp closed 6 years ago

matthewp commented 6 years ago

This runs the test in production mode by implementing the steal-remove-start cleaning as a steal hook. So now the tests run in dev and production mode.

This fixes the underlying cause of https://github.com/stealjs/steal-tools/issues/1015#issuecomment-395889829 as well.