Fix for merge error

This commit is contained in:
Knut Sveidqvist 2017-01-09 21:35:53 +01:00
parent cac960c6b8
commit 0be8d62f7d
1 changed files with 1 additions and 0 deletions

View File

@ -200,6 +200,7 @@ describe('when cloning CSS ', function () {
'#mermaid-01 .node-circle>rect, .node-circle>polygon, .node-circle>circle, .node-circle>ellipse { fill:#444444; stroke:#111111; }'
]);
});
});
describe('when finding substring in array ', function () {
it('should return the array index that contains the substring', function () {