Add Observable.switch test;

This commit is contained in:
bjorn 2015-11-07 15:51:54 -08:00
parent 5a27a2e8f0
commit 7ab40b5b3d

View File

@ -267,6 +267,7 @@ describe('Observable', function()
dofile('tests/skipLast.lua')
dofile('tests/startWith.lua')
dofile('tests/sum.lua')
dofile('tests/switch.lua')
dofile('tests/take.lua')
dofile('tests/takeUntil.lua')
dofile('tests/takeWhile.lua')