Skip to content

Commit

Permalink
fix: ee worker test fix (#424)
Browse files Browse the repository at this point in the history
BREAKING CHANGE: Run EE API requests in a separate web worker
  • Loading branch information
turban authored Dec 20, 2021
1 parent e3b9a46 commit 85c5e34
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/layers/__tests__/EarthEngine.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@ describe('EarthEngine', () => {
const layer = new EarthEngine()

expect(layer.getId()).not.toBeNull()
expect(layer.options).toEqual(defaultOptions)
})

it('Should add to map', async () => {
Expand Down

0 comments on commit 85c5e34

Please sign in to comment.