summaryrefslogtreecommitdiffstats
path: root/packages/gitbook-asciidoc/test/helper.js
diff options
context:
space:
mode:
Diffstat (limited to 'packages/gitbook-asciidoc/test/helper.js')
-rw-r--r--packages/gitbook-asciidoc/test/helper.js6
1 files changed, 0 insertions, 6 deletions
diff --git a/packages/gitbook-asciidoc/test/helper.js b/packages/gitbook-asciidoc/test/helper.js
deleted file mode 100644
index 1e310f7..0000000
--- a/packages/gitbook-asciidoc/test/helper.js
+++ /dev/null
@@ -1,6 +0,0 @@
-var assert = require("assert");
-
-global.assertObjectsEqual = function(o1, o2) {
- assert.equal(JSON.stringify(o1, null, 4), JSON.stringify(o2, null, 4));
-};
-