Files
talk/tests/routes/api/assets/index.js
T
Wyatt Johnson b0f01cf00f Initial commit of asset queuing (#97)
* Initial commit of asset queuing

* Addresssing comments
2016-11-28 13:29:39 -05:00

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');
});
});