mirror of
https://github.com/zhigang1992/deployd.git
synced 2026-06-18 03:58:43 +08:00
8 lines
249 B
JavaScript
8 lines
249 B
JavaScript
// describe('Router', function() {
|
|
// it('should support multi-level resources', function(done) {
|
|
// client.use('/admin/files').get(function(err, body, req, res) {
|
|
// expect(body).to.exist;
|
|
// done(err);
|
|
// });
|
|
// });
|
|
// });
|