LoginforTest() function return error

My LoginforTest() function return this error

TypeError: lib.test_create_app is not a function
    at AuthInterface.loginForTest
1 Like

you need to run in NODE_ENV=test to have a test function available for safe_app_nodejs

3 Likes

trying this…