From 329fc59113b4ec97aefddd686ccea45eecac4997 Mon Sep 17 00:00:00 2001
From: Raymond Feng <raymond@strongloop.com>
Date: Fri, 31 Jul 2015 10:02:16 -0700
Subject: [PATCH] Fix the build failure

---
 test/helpers/browser.js | 1 +
 1 file changed, 1 insertion(+)

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