Include full filename in import specifier

This commit is contained in:
Tim Schaub
2019-05-28 16:06:42 -06:00
parent c4e465dcf9
commit deb00f20fe
37 changed files with 118 additions and 118 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
import {createSnapToResolutions, createSnapToPower} from '../../../src/ol/resolutionconstraint.js';
import {createMinMaxResolution} from '../../../src/ol/resolutionconstraint';
import {createMinMaxResolution} from '../../../src/ol/resolutionconstraint.js';
describe('ol.resolutionconstraint', function() {