1
0
Fork 0
mirror of synced 2024-08-21 04:51:42 +12:00
budibase/packages/server/__mocks__/airtable.js
Martin McKeaveney d37283adda airtable tests
2021-03-16 18:43:56 +00:00

5 lines
75 B
JavaScript

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