rename .jsdoc.json to jsdoc.json

Bug: T368082
Change-Id: I81d1328b17205e7a5fbd2df91ddf3c9c3284897a
This commit is contained in:
Novem Linguae 2024-06-22 07:53:32 -07:00
parent 22fedfb771
commit 8bb84f070d
2 changed files with 1 additions and 1 deletions

View file

@ -8,7 +8,7 @@
"eslint-fix": "eslint --cache --ext .js,.json --fix .",
"api-testing": "mocha --timeout 0 --parallel --recursive tests/api-testing",
"test": "grunt test && node build/checkModules.js",
"doc": "jsdoc -c .jsdoc.json",
"doc": "jsdoc -c jsdoc.json",
"screenshots-all": "grunt screenshots-all",
"selenium-daily": "npm run selenium-test -- --mochaOpts.grep @daily",
"selenium-test": "wdio tests/selenium/wdio.conf.js"