7 lines
166 B
TypeScript
7 lines
166 B
TypeScript
import { Attachment } from '../src/models/Attachment';
|
|
import { expect } from 'chai';
|
|
|
|
describe('Attachment', function () {
|
|
throw new Error('Not implemented');
|
|
});
|