Provides for tests

This commit is contained in:
Tim Schaub
2013-02-19 23:15:45 -07:00
parent 438664a190
commit 083404bd58
6 changed files with 36 additions and 18 deletions

View File

@@ -1,3 +1,5 @@
goog.provide('ol.test.geom.Point');
describe('ol.geom.Point', function() {
describe('constructor', function() {
@@ -58,3 +60,4 @@ describe('ol.geom.Point', function() {
});
goog.require('ol.geom.Point');