canjs / can-connect

Model layer utilities for every JavaScript framework! Assemble real-time, high performance, restful data connections.
https://canjs.com/doc/can-connect.html
MIT License
29 stars 16 forks source link

adding basic tests for CanObservableObject w/ can-connect #488

Closed nlundquist closed 5 years ago

nlundquist commented 5 years ago

Adds basic testing for CanObservableObject.

Sets constructorStore.requestCleanupDelay = 1; in generalized real-time-super-model test. Without it tests using it would not pass in isolation.