mithril-vndb/stream/tests
eladzlot 3578d0ffb3 added test for stream.end.map
Tests for issue #1736

Any maps set to the end stream do not get called.
In fact, for some reason adding a map to and end stream throws an error:

```
Cannot read property '_state' of undefined
    at updateDependency (/Users/eladzlot/www/mithril.js/stream/stream.js:46:20)
```
2017-03-24 11:53:54 +03:00
..
index.html simplify streams, lint docs 2016-11-15 23:13:38 -05:00
test-scan.js refactor: Move scan and scanMerge to stream module (#1718) 2017-03-15 17:22:06 -07:00
test-scanMerge.js refactor: Move scan and scanMerge to stream module (#1718) 2017-03-15 17:22:06 -07:00
test-stream.js added test for stream.end.map 2017-03-24 11:53:54 +03:00