beforeEach(() => {
      paletteStub = sinon.stub(palettes, 'first').value(palette)
      oColorer = new OccupancyColorer(opts)
    })