fix documentation
This commit is contained in:
@ -63,7 +63,7 @@ describe('requestor', () => {
|
||||
});
|
||||
|
||||
it('should build requests with subdirectory', () => {
|
||||
requestor(mock, './test/sub', {}, 'test');
|
||||
requestor(mock, './test/sub', { subdir: 'test' });
|
||||
expect(mock.registered).to.have.all.keys([
|
||||
'post-/test/sub/',
|
||||
'get-/test/sub/',
|
||||
|
Reference in New Issue
Block a user