Draft test shell with karma and jasmine

This commit is contained in:
knsv
2014-11-04 07:45:23 +01:00
parent d9b9288da9
commit 89093922ed
7 changed files with 29 additions and 75 deletions

View File

@@ -11,5 +11,5 @@ gulp.task('jison', function() {
gulp.task('shorthand', shell.task([
'echo hello',
'echo world',
'jison src/mermaid.jison -o src/mermaid.js'
'jison src/parser/mermaid.jison -o src/parser/mermaid.js'
]))