update test descriptions to match export paths

This commit is contained in:
raiyni
2018-02-13 09:42:55 -06:00
parent b2d920bbf1
commit 378b73150a
9 changed files with 21 additions and 21 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
import {drawTextOnPath} from '../../../../../src/ol/geom/flat/textpath.js';
import {lineStringLength} from '../../../../../src/ol/geom/flat/length.js';
describe('textpath', function() {
describe('ol.geom.flat.drawTextOnPath', function() {
const horizontal = [0, 0, 100, 0];
const vertical = [0, 0, 0, 100];