Transformed

This commit is contained in:
Tim Schaub
2017-12-11 16:29:33 -07:00
parent 1cdb6a66f0
commit 7f47883c48
737 changed files with 22216 additions and 21609 deletions

View File

@@ -1,6 +1,4 @@
goog.require('ol.asserts');
import _ol_asserts_ from '../../../src/ol/asserts.js';
describe('ol.asserts', function() {
@@ -8,7 +6,7 @@ describe('ol.asserts', function() {
describe('ol.asserts.assert', function() {
it('throws an exception', function() {
expect(function() {
ol.asserts.assert(false, 42);
_ol_asserts_.assert(false, 42);
}).to.throwException();
});
});