| Index: test_wrapper.js |
| diff --git a/test_wrapper.js b/test_wrapper.js |
| deleted file mode 100644 |
| index 75e034d995dbb8acd18ebbcac271a2f5f712c83d..0000000000000000000000000000000000000000 |
| --- a/test_wrapper.js |
| +++ /dev/null |
| @@ -1,9 +0,0 @@ |
| -"use strict"; |
| - |
| -GLOBAL.atob = data => new Buffer(data, "base64").toString("binary"); |
| -GLOBAL.btoa = data => new Buffer(data, "binary").toString("base64"); |
| -GLOBAL.navigator = {}; |
| - |
| -require("node-babel")(); |
| - |
| -require("./node_modules/.bin/nodeunit"); |