diff --git a/test/helpers/browser.js b/test/helpers/browser.js index bf3e562..40bd5c4 100644 --- a/test/helpers/browser.js +++ b/test/helpers/browser.js @@ -4,6 +4,7 @@ function createContext() { var context = { // required by browserify XMLHttpRequest: function() { throw new Error('not implemented'); }, + FormData: function() { throw new Error('not implemented'); }, localStorage: { // used by `debug` module