Refactor by renaming

This commit is contained in:
Tyler Long
2018-03-12 21:16:22 +08:00
parent d222196fd1
commit acf11bdc6c
3 changed files with 21 additions and 21 deletions

View File

@@ -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')
})
})