Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: test_wrapper.js

Issue 29354864: Issue 4223 - Migrate some more of adblockplustests (Closed)
Patch Set: Addressed final nit Created Oct. 4, 2016, 12:16 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « test_runner.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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");
« no previous file with comments | « test_runner.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld