feat: begin writing files integration tests
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
import { OnspringClient } from '../../src/index';
|
||||
import { expect } from 'chai';
|
||||
import { baseURL, apiKey } from '../mochaRootHooks';
|
||||
|
||||
describe('getFileInfoById', function () {
|
||||
it('should return information about a file in an attachment field', async function () {
|
||||
expect.fail('Not implemented');
|
||||
});
|
||||
|
||||
it('should return information about a file in an image field', async function () {
|
||||
expect.fail('Not implemented');
|
||||
});
|
||||
});
|
||||
Reference in New Issue
Block a user