mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-19 15:30:03 +02:00
Refactor by renaming
This commit is contained in:
@@ -21,7 +21,7 @@ describe('when detecting chart type ', function () {
|
||||
it('should handle a graph defintion for gitGraph', function () {
|
||||
const str = ' \n gitGraph TB:\nbfs1:queue'
|
||||
const type = utils.detectType(str)
|
||||
expect(type).toBe('gitGraph')
|
||||
expect(type).toBe('git')
|
||||
})
|
||||
})
|
||||
|
||||
|
Reference in New Issue
Block a user