diff --git a/jsconfig.json b/jsconfig.json index 751144e418..c618224b1d 100644 --- a/jsconfig.json +++ b/jsconfig.json @@ -1,5 +1,5 @@ { - "include": ["core/**/*.js"], + "include": ["core/**/*.js", "test/**/*.js"], "compilerOptions": { "checkJs": true, "module": "commonjs", diff --git a/test/utils/e2e-framework.js b/test/utils/e2e-framework.js index b3e975cde4..9337d3c482 100644 --- a/test/utils/e2e-framework.js +++ b/test/utils/e2e-framework.js @@ -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 = {}) => {