Files
onspring-api-sdk-javascript/tests/Attachment.spec.ts
T

7 lines
166 B
TypeScript
Raw Normal View History

import { Attachment } from '../src/models/Attachment';
import { expect } from 'chai';
describe('Attachment', function () {
throw new Error('Not implemented');
});