feat: begin working on implementing record methods
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
import { Attachment } from '../src/models/Attachment';
|
||||
import { expect } from 'chai';
|
||||
|
||||
describe('Attachment', function () {
|
||||
throw new Error('Not implemented');
|
||||
});
|
||||
Reference in New Issue
Block a user