Remove lint
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
{
|
||||
"env": {
|
||||
"es6": true
|
||||
"es6": true,
|
||||
"mocha": true
|
||||
}
|
||||
}
|
||||
|
||||
@@ -5,7 +5,7 @@ const path = require('path');
|
||||
|
||||
const src = path.join(__dirname, '..', '..', 'src');
|
||||
|
||||
const PROVIDE_RE = /^goog.provide\('(.*)'\);/
|
||||
const PROVIDE_RE = /^goog.provide\('(.*)'\);/;
|
||||
|
||||
describe('each file', () => {
|
||||
|
||||
|
||||
@@ -672,7 +672,7 @@ describe('ol.format.WFS', function() {
|
||||
[-12240318, 6507071],
|
||||
[-12416429, 6604910]
|
||||
]]));
|
||||
var error = false;
|
||||
|
||||
expect(function() {
|
||||
format.writeTransaction(null, [updateFeature], null, {
|
||||
featureNS: 'http://foo',
|
||||
|
||||
@@ -29,7 +29,7 @@ describe('ol', function() {
|
||||
it('has a name', function() {
|
||||
var error = new ol.AssertionError(42);
|
||||
expect(error.name).to.be('AssertionError');
|
||||
})
|
||||
});
|
||||
});
|
||||
|
||||
});
|
||||
|
||||
@@ -16,7 +16,7 @@ describe('ol.structs.PriorityQueue', function() {
|
||||
if (!assertion) {
|
||||
throw new Error(message);
|
||||
}
|
||||
}
|
||||
};
|
||||
pq = new ol.structs.PriorityQueue(
|
||||
identity, identity);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user