pwlin / cordova-plugin-file-opener2

A File Opener Plugin for Cordova
MIT License
314 stars 584 forks source link

Creating unit tests for this plugin #257

Open pwlin opened 5 years ago

pwlin commented 5 years ago

I am trying to write some useful unit testing for this plugin which hopefully will help keeping the plugin function better.

Is that something that might be beneficial for the community?

If so, is using cordova-plugin-test-framework the way to go? Any feedback is really appreciated

shnist commented 5 years ago

yes that would be great! it's something that i looked into briefly and that plugin seemed like the way to go.