1
0
Fork 0
mirror of synced 2024-07-02 04:50:44 +12:00
budibase/packages/server/__mocks__/airtable.js
Martin McKeaveney d37283adda airtable tests
2021-03-16 18:43:56 +00:00

6 lines
75 B
JavaScript

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