summaryrefslogtreecommitdiffstats
path: root/test/node_modules/gitbook-plugin-test-blocks
diff options
context:
space:
mode:
Diffstat (limited to 'test/node_modules/gitbook-plugin-test-blocks')
-rw-r--r--test/node_modules/gitbook-plugin-test-blocks/index.js21
-rw-r--r--test/node_modules/gitbook-plugin-test-blocks/package.json7
2 files changed, 0 insertions, 28 deletions
diff --git a/test/node_modules/gitbook-plugin-test-blocks/index.js b/test/node_modules/gitbook-plugin-test-blocks/index.js
deleted file mode 100644
index 7104006..0000000
--- a/test/node_modules/gitbook-plugin-test-blocks/index.js
+++ /dev/null
@@ -1,21 +0,0 @@
-var should = require('should');
-
-module.exports = {
- blocks: {
- // Simple test
- hello: function(blk) {
- return 'Hello ' + blk.body + '!';
- },
-
- // Test using the conetxt "this"
- testContext: function(s) {
- this.should.have.property('config');
- this.should.have.property('log');
- this.should.have.property('options');
- this.should.have.property('resolve').which.is.a.function;
- this.should.have.property('book').which.equal(this);
-
- return 'Hello ' + s + '!';
- }
- }
-};
diff --git a/test/node_modules/gitbook-plugin-test-blocks/package.json b/test/node_modules/gitbook-plugin-test-blocks/package.json
deleted file mode 100644
index a756fb5..0000000
--- a/test/node_modules/gitbook-plugin-test-blocks/package.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "name": "gitbook-plugin-test-blocks",
- "version": "1.0.0",
- "engines": {
- "gitbook": "*"
- }
-} \ No newline at end of file