function Airtable() {
  this.base = jest.fn()
}

module.exports = Airtable