videojs / m3u8-parser

An m3u8 parser.
Other
473 stars 98 forks source link

test: run tests on node #97

Closed brandonocasey closed 5 years ago

brandonocasey commented 5 years ago

Run tests on node, since we use this project on node in some places. This is mostly a refactor to get rid of sinon as we can't use that in node.

gkatsev commented 5 years ago

Why can't we use sinon in node? It should work.