小编fre*_*emn的帖子

airtable:类型错误:无法读取 JEST 中运行的未定义属性“绑定”

运行我的笑话测试时遇到问题,导入 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)
Run Code Online (Sandbox Code Playgroud)

javascript typescript jestjs airtable

5
推荐指数
1
解决办法
658
查看次数

标签 统计

airtable ×1

javascript ×1

jestjs ×1

typescript ×1