1
0
Fork 0
mirror of synced 2024-07-07 23:35:49 +12:00
budibase/packages/server/__mocks__/airtable.js
Martin McKeaveney 172db5f255 airtable tests
2021-03-16 18:43:56 +00:00

6 lines
75 B
JavaScript

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