Skip to content

Commit

Permalink
resolve conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
peterqliu committed Jan 11, 2019
2 parents 391be53 + c400bbb commit 39b6fd5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/unit/ui/map.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -1609,6 +1609,7 @@ test('Map', (t) => {
});
});
t.test('add/remove and remove/add state', (t) => {

const map = createMap(t, {
style: {
"version": 8,
Expand Down Expand Up @@ -1691,6 +1692,7 @@ test('Map', (t) => {
});
});
t.test('fires an error if state property is provided without a feature id', (t) => {

const map = createMap(t, {
style: {
"version": 8,
Expand Down

0 comments on commit 39b6fd5

Please sign in to comment.