issues
search
seriema
/
angular-apimock
Automatically route your API calls to static JSON files, for hiccup free front–end development.
johansson.jp/angular-apimock
MIT License
65
stars
8
forks
source link
Raise test coverage
#49
Closed
seriema
closed
9 years ago
seriema
commented
9 years ago
From 97.2% to 100%.
Removed unnecessary guard clauses in things I borrowed from AngularJS source code (mostly for IE8 support).
Used $filter instead of manually removing elements from array in removeFallback().
Disable video and screenshots on SauceLabs as the tests aren't visual.
Added tests to better flex the query handling feature in #23.
Testing array of objects.
Undefined and empty URL param values.
Date-type in params object.
Fix: toISOString support on dates in IE8
Fix: normalize file paths for empty query params
Closes #44 Fixes #51, #48
From 97.2% to 100%.
Closes #44 Fixes #51, #48