Wednesday, 3 November 2021

airtable: TypeError: Cannot read property 'bind' of undefined running in JEST

Ran into an issue running my jests tests where it would error out when importing Airtable

TypeError: Cannot read property 'bind' of undefined

    > 1 | import AirtableAPI from 'airtable'
        | ^
     

      at Object.<anonymous> (node_modules/airtable/src/fetch.ts:5:80)
      at Object.<anonymous> (node_modules/airtable/src/base.ts:5:1)
      at Object.<anonymous> (node_modules/airtable/src/airtable.ts:1:1)


from airtable: TypeError: Cannot read property 'bind' of undefined running in JEST

No comments:

Post a Comment