update dependencies and devDependencies, address lint issues
[squeep-indie-auther] / test / stub-db.js
index d8cb0cd1f00bbc7babee4491727a4a7569e3f787..8eab524b5cad8243d8d4c3d89d8691539e60c94c 100644 (file)
@@ -1,7 +1,6 @@
-/* eslint-disable security/detect-object-injection */
 'use strict';
 
-const { StubDatabase: Base } = require('@squeep/test-helper'); // eslint-disable-line node/no-unpublished-require
+const { StubDatabase: Base } = require('@squeep/test-helper');
 
 class StubDatabase extends Base {
   get _stubFns() {
@@ -12,6 +11,8 @@ class StubDatabase extends Base {
       'authenticationGet',
       'authenticationSuccess',
       'authenticationUpsert',
+      'authenticationUpdateCredential',
+      'authenticationUpdateOTPKey',
       'profileIdentifierInsert',
       'profileIsValid',
       'profileScopeInsert',