This commit is contained in:
Richard Gibson
2017-05-25 09:51:02 -04:00
parent 1a3d37d8a5
commit 2ddad07fc7

View File

@@ -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,