mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-23 22:11:09 +03:00
Enabled jsdoc in tests + fixed issue in e2e framework
- Enabled jsdoc type checking in tests - Fixed a minor issue I just committed to the e2e framework
This commit is contained in:
parent
00e4a8cad4
commit
e30498ca2c
@ -1,5 +1,5 @@
|
||||
{
|
||||
"include": ["core/**/*.js"],
|
||||
"include": ["core/**/*.js", "test/**/*.js"],
|
||||
"compilerOptions": {
|
||||
"checkJs": true,
|
||||
"module": "commonjs",
|
||||
|
@ -125,7 +125,7 @@ const resetDb = async () => {
|
||||
* agent.get('/posts/') without having to worry about URL paths
|
||||
*
|
||||
* @param {Object} [options={}]
|
||||
* @param {Boolean} [options.membersApp] Include members in the boot process
|
||||
* @param {Boolean} [options.members] Include members in the boot process
|
||||
* @returns {TestAgent} agent
|
||||
*/
|
||||
const getAdminAPIAgent = async (options = {}) => {
|
||||
|
Loading…
Reference in New Issue
Block a user