mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-13 20:39:38 +02:00
Added test for using a default style
This commit is contained in:
@@ -71,6 +71,17 @@ test('setting an output directory succeeds', function(t) {
|
||||
})
|
||||
})
|
||||
|
||||
test('not setting a css source file uses a default style', function(t) {
|
||||
t.plan(1)
|
||||
|
||||
var cli = require(cliPath)
|
||||
|
||||
cli.parse([], function(err, msg, opt) {
|
||||
t.ok(opt.css, 'css file is populated')
|
||||
t.end()
|
||||
})
|
||||
})
|
||||
|
||||
test('setting a css source file succeeds', function(t) {
|
||||
t.plan(1)
|
||||
|
||||
|
Reference in New Issue
Block a user