Skip to content

Commit

Permalink
Adds unit tests to the Keep Markup plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
ggrossetie committed Dec 2, 2018
1 parent a69c2b6 commit a6aeef3
Show file tree
Hide file tree
Showing 6 changed files with 3,790 additions and 6 deletions.
2 changes: 1 addition & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ var gulp = require('gulp'),
'components/prism-javascript.js',
'plugins/file-highlight/prism-file-highlight.js'
],
plugins: ['plugins/**/*.js', '!plugins/**/*.min.js'],
plugins: ['plugins/**/*.js', '!plugins/**/*.min.js', '!plugins/**/tests/*.js'],
showLanguagePlugin: 'plugins/show-language/prism-show-language.js',
autoloaderPlugin: 'plugins/autoloader/prism-autoloader.js',
changelog: 'CHANGELOG.md'
Expand Down
Loading

0 comments on commit a6aeef3

Please sign in to comment.