mirror of
https://github.com/usebruno/bruno.git
synced 2025-02-21 20:21:47 +01:00
add "docs" to copy for export (#3551)
This commit is contained in:
parent
514da55923
commit
0a8217e4ab
@ -303,7 +303,8 @@ export const transformCollectionToSaveToExportAsFile = (collection, options = {}
|
||||
script: si.request.script,
|
||||
vars: si.request.vars,
|
||||
assertions: si.request.assertions,
|
||||
tests: si.request.tests
|
||||
tests: si.request.tests,
|
||||
docs: si.request.docs
|
||||
};
|
||||
|
||||
// Handle auth object dynamically
|
||||
|
Loading…
Reference in New Issue
Block a user