Skip to content

Commit 8c48ddb

Browse files
committed
test(airtable): not display content
1 parent 2175ee8 commit 8c48ddb

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

tests/airtable.test.ts

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,7 @@ import {base, getAllProfiles} from '../src/airtable';
22

33
describe('airtable', () => {
44
it('fetch all profiles from airtable', async done => {
5-
try {
6-
const profiles = await getAllProfiles();
7-
console.log(profiles);
8-
done();
9-
} catch (err) {}
5+
const profiles = await getAllProfiles();
6+
done();
107
});
118
});

0 commit comments

Comments
 (0)