diff options
author | Samy Pessé <samypesse@gmail.com> | 2015-01-26 15:51:33 +0100 |
---|---|---|
committer | Samy Pessé <samypesse@gmail.com> | 2015-01-26 15:51:33 +0100 |
commit | 5b447d030b0f7dfb1957372fc324de33ba5cca5c (patch) | |
tree | 2dac29a0a67fe2bf6388f4be316ce8e13a51dd78 /test/plugins/empty/index.js | |
parent | f02680dc738dd4276507ea9d796a8a5b0aa91c87 (diff) | |
download | gitbook-5b447d030b0f7dfb1957372fc324de33ba5cca5c.zip gitbook-5b447d030b0f7dfb1957372fc324de33ba5cca5c.tar.gz gitbook-5b447d030b0f7dfb1957372fc324de33ba5cca5c.tar.bz2 |
Add some tests for plugins validation
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 |