canjs / can-connect-feathers

The FeathersJS client library for DoneJS and can-connect
https://canjs.com/doc/can-connect-feathers.html
MIT License
10 stars 4 forks source link

Remove unused integration tests #152

Closed matthewp closed 4 years ago

matthewp commented 4 years ago

This project had some integration tests which spun up an instance of express and ran the client tests against a feathers server. However these were never actually used, the entry point was just running the normal fixture tests: https://github.com/canjs/can-connect-feathers/blob/7491fef9e1e11648f84f4bcfee80e30797cd2fec/test/test-integration.html Getting the integration tests updating was more difficult than it was worth, so removing.