ACRA / acra-storage

GNU General Public License v3.0
49 stars 31 forks source link

Jshint fixes #11

Closed halkeye closed 8 years ago

halkeye commented 10 years ago

Did some refactoring to lists/test.js, I still can't figure out how to properly test it

/_design/acra-storage/_list/test/recent-items?limit=100 returns [] /_design/acra-storage/_list/test/recent-items?limit=100&key=uptime fails with bad json /_design/acra-storage/_list/test/recent-items?limit=100&key2=uptime&value2=71 returns []

travis-ci support

halkeye commented 10 years ago

updates/report.js fails still. Can I move the var functions above the function()? Whats the best way to test this?