summaryrefslogtreecommitdiffstats
path: root/test/output-website.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/output-website.js')
-rw-r--r--test/output-website.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/output-website.js b/test/output-website.js
index 9fe1928..69adf88 100644
--- a/test/output-website.js
+++ b/test/output-website.js
@@ -22,6 +22,10 @@ describe('Website Output', function() {
output.should.have.file('gitbook/images/favicon.ico');
});
+ it('should correctly copy plugins', function() {
+ output.should.have.file('gitbook/gitbook-plugin-highlight/website.css');
+ });
+
});
describe('Book with chapters', function() {