mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-20 15:59:51 +02:00
Fix typo
This commit is contained in:
@@ -72,7 +72,7 @@ test.skip('sequence syntax error', function (t) {
|
|||||||
});
|
});
|
||||||
|
|
||||||
['', 'fo', 'tspan', 'old'].forEach(function (textPlacement) {
|
['', 'fo', 'tspan', 'old'].forEach(function (textPlacement) {
|
||||||
test('sequence svg text placelment: ' + textPlacement, function (t) {
|
test('sequence svg text placement: ' + textPlacement, function (t) {
|
||||||
t.plan(2)
|
t.plan(2)
|
||||||
const args = ['--svg',
|
const args = ['--svg',
|
||||||
'--outputDir=' + testDir,
|
'--outputDir=' + testDir,
|
||||||
|
Reference in New Issue
Block a user