mirror of
https://github.com/wassname/talk.git
synced 2026-08-18 12:30:39 +08:00
11 lines
181 B
JavaScript
11 lines
181 B
JavaScript
describe('/assets', () => {
|
|
|
|
describe('GET', () => {
|
|
|
|
it('should return assets that we search for');
|
|
it('should not return assets that we do not search for');
|
|
|
|
});
|
|
|
|
});
|