mafintosh / playback

Video player built using electron and node.js
https://mafintosh.github.io/playback/
MIT License
2.01k stars 237 forks source link

Enhancement: Add Tests #85

Open seungjulee opened 8 years ago

seungjulee commented 8 years ago

As the app grows, we will really need a test module to test its functionality. It seems like electron-mocha is a popular choice of test framework for electron apps.