UNPKG
oatts-cypress
Version:
latest (1.0.6)
1.0.6
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
An Open API Cypress Test Template Generator
github.com/hgbink/oatts
hgbink/oatts
oatts-cypress
/
jsdoc.config.json
17 lines
(16 loc)
•
258 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
"source"
:
{
"exclude"
:
[
"./node_modules"
,
"./test"
,
"./templates"
,
"./docs"
]
}
,
"opts"
:
{
"destination"
:
"./docs"
,
"readme"
:
"./README.md"
,
"recurse"
:
true
,
"template"
:
"./node_modules/docdash"
}
}