diff options
author | Samy Pessé <samypesse@gmail.com> | 2015-03-24 17:31:15 +0100 |
---|---|---|
committer | Samy Pessé <samypesse@gmail.com> | 2015-03-24 17:31:15 +0100 |
commit | b38a2c11a40c8e827a0e05d482d25e279c3ea6e5 (patch) | |
tree | 36648f3d4ea28b0f413c8c30ed0712fd74824c73 /test/plugins/empty/index.js | |
parent | c31acef47a734ade930aaaa0efa86ec01527a065 (diff) | |
download | gitbook-b38a2c11a40c8e827a0e05d482d25e279c3ea6e5.zip gitbook-b38a2c11a40c8e827a0e05d482d25e279c3ea6e5.tar.gz gitbook-b38a2c11a40c8e827a0e05d482d25e279c3ea6e5.tar.bz2 |
Add tests for plugins
Diffstat (limited to 'test/plugins/empty/index.js')
-rw-r--r-- | test/plugins/empty/index.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/plugins/empty/index.js b/test/plugins/empty/index.js new file mode 100644 index 0000000..a099545 --- /dev/null +++ b/test/plugins/empty/index.js @@ -0,0 +1 @@ +module.exports = {};
\ No newline at end of file |