Skip to content

feat: migrate tests to run on Github Actions #74

feat: migrate tests to run on Github Actions

feat: migrate tests to run on Github Actions #74

Triggered via pull request August 5, 2025 04:57
Status Failure
Total duration 27s
Artifacts

pre-commit-hook-run.yml

on: pull_request
Pre commit hook check
24s
Pre commit hook check
Fit to window
Zoom out
Zoom in

Annotations

451 errors
Pre commit hook check
Process completed with exit code 1.
test/general.error.spec.js.Test general errors when calling sign out Fetch tests Test that getting GENERAL_ERROR from signout throws an error (failure 2/2): test/general.error.spec.js#L63
: Timeout - Async callback was not invoked within the 5000 ms timeout specified by jest.setTimeout.Timeout - Async callback was not invoked within the 5000 ms timeout specified by jest.setTimeout.Error: at new Spec (/home/runner/work/supertokens-react-native/supertokens-react-native/supertokens-react-native/TestingApp/node_modules/jest-jasmine2/build/jasmine/Spec.js:116:22)
test/general.error.spec.js.Test general errors when calling sign out axios tests Test that getting GENERAL_ERROR from signout throws an error (failure 2/2): test/general.error.spec.js#L1
FetchError: request to http://localhost:8080/test/featureFlags failed, reason: at ClientRequest.<anonymous> (/home/runner/work/supertokens-react-native/supertokens-react-native/supertokens-react-native/TestingApp/node_modules/node-fetch/lib/index.js:1501:11)
test/axios.spec.js.Axios AuthHttpRequest class tests testing for init check in doRequest: test/axios.spec.js#L1
AggregateError: at internalConnectMultiple (node:net:1122:18)
test/axios.spec.js.Axios AuthHttpRequest class tests testing getDomain (failure 1/2): test/axios.spec.js#L1
AggregateError: at internalConnectMultiple (node:net:1122:18)
test/axios.spec.js.Axios AuthHttpRequest class tests testing getDomain (failure 2/2): test/axios.spec.js#L1
AggregateError: at internalConnectMultiple (node:net:1122:18)
test/axios.spec.js.Axios AuthHttpRequest class tests testing api methods without config (failure 2/2): test/axios.spec.js#L155
TypeError: Cannot read properties of undefined (reading 'get') at call (/home/runner/work/supertokens-react-native/supertokens-react-native/supertokens-react-native/TestingApp/test/axios.spec.js:155:47)
test/axios.spec.js.Axios AuthHttpRequest class tests testing api methods with config (failure 1/2): test/axios.spec.js#L1
AggregateError: at internalConnectMultiple (node:net:1122:18)
test/axios.spec.js.Axios AuthHttpRequest class tests testing api methods with config (failure 2/2): test/axios.spec.js#L182
TypeError: Cannot read properties of undefined (reading 'get') at call (/home/runner/work/supertokens-react-native/supertokens-react-native/supertokens-react-native/TestingApp/test/axios.spec.js:182:47)
test/axios.spec.js.Axios AuthHttpRequest class tests testing api methods that doesn't exists (failure 2/2): test/axios.spec.js#L240
Error: test failed!!! at call (/home/runner/work/supertokens-react-native/supertokens-react-native/supertokens-react-native/TestingApp/test/axios.spec.js:240:23)
test/axios.spec.js.Axios AuthHttpRequest class tests refresh session (failure 1/2): test/axios.spec.js#L1
AggregateError: at internalConnectMultiple (node:net:1122:18)
test/axios.spec.js.Axios AuthHttpRequest class tests refresh session (failure 2/2): test/axios.spec.js#L1
FetchError: request to http://localhost:8080/test/setup/app failed, reason: at ClientRequest.<anonymous> (/home/runner/work/supertokens-react-native/supertokens-react-native/supertokens-react-native/TestingApp/node_modules/node-fetch/lib/index.js:1501:11)
test/axios.spec.js.Axios AuthHttpRequest class tests test that unauthorised event is not fired on app launch (failure 2/2): test/axios.spec.js#L1
FetchError: request to http://localhost:8080/test/setup/app failed, reason: at ClientRequest.<anonymous> (/home/runner/work/supertokens-react-native/supertokens-react-native/supertokens-react-native/TestingApp/node_modules/node-fetch/lib/index.js:1501:11)
test/axios.spec.js.Axios AuthHttpRequest class tests test that unauthorised event is fired when calling protected route without a session (failure 2/2): test/axios.spec.js#L1
FetchError: request to http://localhost:8080/test/setup/app failed, reason: at ClientRequest.<anonymous> (/home/runner/work/supertokens-react-native/supertokens-react-native/supertokens-react-native/TestingApp/node_modules/node-fetch/lib/index.js:1501:11)
test/axios.spec.js.Axios AuthHttpRequest class tests test rid is there (failure 1/2): test/axios.spec.js#L1
AggregateError: at internalConnectMultiple (node:net:1122:18)
test/axios.spec.js.Axios AuthHttpRequest class tests test rid is there (failure 2/2): test/axios.spec.js#L1
FetchError: request to http://localhost:8080/test/setup/app failed, reason: at ClientRequest.<anonymous> (/home/runner/work/supertokens-react-native/supertokens-react-native/supertokens-react-native/TestingApp/node_modules/node-fetch/lib/index.js:1501:11)
test/axios.spec.js.Axios AuthHttpRequest class tests signout with expired access token (failure 2/2): test/axios.spec.js#L1
FetchError: request to http://localhost:8080/test/setup/app failed, reason: at ClientRequest.<anonymous> (/home/runner/work/supertokens-react-native/supertokens-react-native/supertokens-react-native/TestingApp/node_modules/node-fetch/lib/index.js:1501:11)
test/axios.spec.js.Axios AuthHttpRequest class tests signout with not expired access token (failure 2/2): test/axios.spec.js#L1
FetchError: request to http://localhost:8080/test/setup/app failed, reason: at ClientRequest.<anonymous> (/home/runner/work/supertokens-react-native/supertokens-react-native/supertokens-react-native/TestingApp/node_modules/node-fetch/lib/index.js:1501:11)
test/axios.spec.js.Axios AuthHttpRequest class tests test that custom headers are being sent when logged in (failure 2/2): test/axios.spec.js#L1
FetchError: request to http://localhost:8080/test/setup/app failed, reason: at ClientRequest.<anonymous> (/home/runner/work/supertokens-react-native/supertokens-react-native/supertokens-react-native/TestingApp/node_modules/node-fetch/lib/index.js:1501:11)
test/axios.spec.js.Axios AuthHttpRequest class tests test doesSessionExist works fine when user is logged in (failure 2/2): test/axios.spec.js#L1
FetchError: request to http://localhost:8080/test/setup/app failed, reason: at ClientRequest.<anonymous> (/home/runner/work/supertokens-react-native/supertokens-react-native/supertokens-react-native/TestingApp/node_modules/node-fetch/lib/index.js:1501:11)
test/axios.spec.js.Axios AuthHttpRequest class tests test session should not exist when user calls log out (failure 2/2): test/axios.spec.js#L1
FetchError: request to http://localhost:8080/test/setup/app failed, reason: at ClientRequest.<anonymous> (/home/runner/work/supertokens-react-native/supertokens-react-native/supertokens-react-native/TestingApp/node_modules/node-fetch/lib/index.js:1501:11)
test/axios.spec.js.Axios AuthHttpRequest class tests test that attemptRefreshingSession is working correctly (failure 2/2): test/axios.spec.js#L1
FetchError: request to http://localhost:8080/test/setup/app failed, reason: at ClientRequest.<anonymous> (/home/runner/work/supertokens-react-native/supertokens-react-native/supertokens-react-native/TestingApp/node_modules/node-fetch/lib/index.js:1501:11)
test/axios.spec.js.Axios AuthHttpRequest class tests test that multiple API calls in parallel when access token is expired, only 1 refresh should be called (failure 2/2): test/axios.spec.js#L1
FetchError: request to http://localhost:8080/test/setup/app failed, reason: at ClientRequest.<anonymous> (/home/runner/work/supertokens-react-native/supertokens-react-native/supertokens-react-native/TestingApp/node_modules/node-fetch/lib/index.js:1501:11)
test/axios.spec.js.Axios AuthHttpRequest class tests test that things should work correctly if anti-csrf is disabled (failure 2/2): test/axios.spec.js#L1
FetchError: request to http://localhost:8080/test/setup/app failed, reason: at ClientRequest.<anonymous> (/home/runner/work/supertokens-react-native/supertokens-react-native/supertokens-react-native/TestingApp/node_modules/node-fetch/lib/index.js:1501:11)
test/axios.spec.js.Axios AuthHttpRequest class tests test that calling addAxiosInterceptors multiple times is not a problem (failure 2/2): test/axios.spec.js#L1
FetchError: request to http://localhost:8080/test/setup/app failed, reason: at ClientRequest.<anonymous> (/home/runner/work/supertokens-react-native/supertokens-react-native/supertokens-react-native/TestingApp/node_modules/node-fetch/lib/index.js:1501:11)
test/axios.spec.js.Axios AuthHttpRequest class tests test that user passed config should be sent (failure 2/2): test/axios.spec.js#L1
FetchError: request to http://localhost:8080/test/setup/app failed, reason: at ClientRequest.<anonymous> (/home/runner/work/supertokens-react-native/supertokens-react-native/supertokens-react-native/TestingApp/node_modules/node-fetch/lib/index.js:1501:11)
test/axios.spec.js.Axios AuthHttpRequest class tests test that if an api throws an error it gets propagated to the user with interception (failure 2/2): test/axios.spec.js#L1
FetchError: request to http://localhost:8080/test/setup/app failed, reason: at ClientRequest.<anonymous> (/home/runner/work/supertokens-react-native/supertokens-react-native/supertokens-react-native/TestingApp/node_modules/node-fetch/lib/index.js:1501:11)
test/axios.spec.js.Axios AuthHttpRequest class tests test that if an api throws an error, it gets propergated to the user without interception (failure 2/2): test/axios.spec.js#L1
FetchError: request to http://localhost:8080/test/setup/app failed, reason: at ClientRequest.<anonymous> (/home/runner/work/supertokens-react-native/supertokens-react-native/supertokens-react-native/TestingApp/node_modules/node-fetch/lib/index.js:1501:11)
test/axios.spec.js.Axios AuthHttpRequest class tests test that calling SuperTokens.init more than once works (failure 2/2): test/axios.spec.js#L1
FetchError: request to http://localhost:8080/test/setup/app failed, reason: at ClientRequest.<anonymous> (/home/runner/work/supertokens-react-native/supertokens-react-native/supertokens-react-native/TestingApp/node_modules/node-fetch/lib/index.js:1501:11)
test/axios.spec.js.Axios AuthHttpRequest class tests test interception should not happen when domain is not the one that they gave (failure 2/2): test/axios.spec.js#L1
FetchError: request to http://localhost:8080/test/setup/app failed, reason: at ClientRequest.<anonymous> (/home/runner/work/supertokens-react-native/supertokens-react-native/supertokens-react-native/TestingApp/node_modules/node-fetch/lib/index.js:1501:11)
test/general.error.spec.js.Test general errors when calling sign out Fetch tests Test that getting GENERAL_ERROR from signout throws an error (failure 2/2): test/general.error.spec.js#L63
: Timeout - Async callback was not invoked within the 5000 ms timeout specified by jest.setTimeout.Timeout - Async callback was not invoked within the 5000 ms timeout specified by jest.setTimeout.Error: at new Spec (/home/runner/work/supertokens-react-native/supertokens-react-native/supertokens-react-native/TestingApp/node_modules/jest-jasmine2/build/jasmine/Spec.js:116:22)
test/general.error.spec.js.Test general errors when calling sign out axios tests Test that getting GENERAL_ERROR from signout throws an error (failure 2/2): test/general.error.spec.js#L1
FetchError: request to http://localhost:8080/test/featureFlags failed, reason: at ClientRequest.<anonymous> (/home/runner/work/supertokens-react-native/supertokens-react-native/supertokens-react-native/TestingApp/node_modules/node-fetch/lib/index.js:1501:11)
test/axios.spec.js.Axios AuthHttpRequest class tests testing for init check in doRequest: test/axios.spec.js#L1
AggregateError: at internalConnectMultiple (node:net:1122:18)
test/axios.spec.js.Axios AuthHttpRequest class tests testing getDomain (failure 1/2): test/axios.spec.js#L1
AggregateError: at internalConnectMultiple (node:net:1122:18)
test/axios.spec.js.Axios AuthHttpRequest class tests testing getDomain (failure 2/2): test/axios.spec.js#L1
AggregateError: at internalConnectMultiple (node:net:1122:18)
test/axios.spec.js.Axios AuthHttpRequest class tests testing api methods without config (failure 2/2): test/axios.spec.js#L155
TypeError: Cannot read properties of undefined (reading 'get') at call (/home/runner/work/supertokens-react-native/supertokens-react-native/supertokens-react-native/TestingApp/test/axios.spec.js:155:47)
test/axios.spec.js.Axios AuthHttpRequest class tests testing api methods with config (failure 1/2): test/axios.spec.js#L1
AggregateError: at internalConnectMultiple (node:net:1122:18)
test/axios.spec.js.Axios AuthHttpRequest class tests testing api methods with config (failure 2/2): test/axios.spec.js#L182
TypeError: Cannot read properties of undefined (reading 'get') at call (/home/runner/work/supertokens-react-native/supertokens-react-native/supertokens-react-native/TestingApp/test/axios.spec.js:182:47)
test/axios.spec.js.Axios AuthHttpRequest class tests testing api methods that doesn't exists (failure 2/2): test/axios.spec.js#L240
Error: test failed!!! at call (/home/runner/work/supertokens-react-native/supertokens-react-native/supertokens-react-native/TestingApp/test/axios.spec.js:240:23)
test/axios.spec.js.Axios AuthHttpRequest class tests refresh session (failure 1/2): test/axios.spec.js#L1
AggregateError: at internalConnectMultiple (node:net:1122:18)
test/axios.spec.js.Axios AuthHttpRequest class tests refresh session (failure 2/2): test/axios.spec.js#L1
FetchError: request to http://localhost:8080/test/setup/app failed, reason: at ClientRequest.<anonymous> (/home/runner/work/supertokens-react-native/supertokens-react-native/supertokens-react-native/TestingApp/node_modules/node-fetch/lib/index.js:1501:11)
test/axios.spec.js.Axios AuthHttpRequest class tests test that unauthorised event is not fired on app launch (failure 2/2): test/axios.spec.js#L1
FetchError: request to http://localhost:8080/test/setup/app failed, reason: at ClientRequest.<anonymous> (/home/runner/work/supertokens-react-native/supertokens-react-native/supertokens-react-native/TestingApp/node_modules/node-fetch/lib/index.js:1501:11)
test/axios.spec.js.Axios AuthHttpRequest class tests test that unauthorised event is fired when calling protected route without a session (failure 2/2): test/axios.spec.js#L1
FetchError: request to http://localhost:8080/test/setup/app failed, reason: at ClientRequest.<anonymous> (/home/runner/work/supertokens-react-native/supertokens-react-native/supertokens-react-native/TestingApp/node_modules/node-fetch/lib/index.js:1501:11)
test/axios.spec.js.Axios AuthHttpRequest class tests test rid is there (failure 1/2): test/axios.spec.js#L1
AggregateError: at internalConnectMultiple (node:net:1122:18)
test/axios.spec.js.Axios AuthHttpRequest class tests test rid is there (failure 2/2): test/axios.spec.js#L1
FetchError: request to http://localhost:8080/test/setup/app failed, reason: at ClientRequest.<anonymous> (/home/runner/work/supertokens-react-native/supertokens-react-native/supertokens-react-native/TestingApp/node_modules/node-fetch/lib/index.js:1501:11)
test/axios.spec.js.Axios AuthHttpRequest class tests signout with expired access token (failure 2/2): test/axios.spec.js#L1
FetchError: request to http://localhost:8080/test/setup/app failed, reason: at ClientRequest.<anonymous> (/home/runner/work/supertokens-react-native/supertokens-react-native/supertokens-react-native/TestingApp/node_modules/node-fetch/lib/index.js:1501:11)
test/axios.spec.js.Axios AuthHttpRequest class tests signout with not expired access token (failure 2/2): test/axios.spec.js#L1
FetchError: request to http://localhost:8080/test/setup/app failed, reason: at ClientRequest.<anonymous> (/home/runner/work/supertokens-react-native/supertokens-react-native/supertokens-react-native/TestingApp/node_modules/node-fetch/lib/index.js:1501:11)
test/axios.spec.js.Axios AuthHttpRequest class tests test that custom headers are being sent when logged in (failure 2/2): test/axios.spec.js#L1
FetchError: request to http://localhost:8080/test/setup/app failed, reason: at ClientRequest.<anonymous> (/home/runner/work/supertokens-react-native/supertokens-react-native/supertokens-react-native/TestingApp/node_modules/node-fetch/lib/index.js:1501:11)
test/axios.spec.js.Axios AuthHttpRequest class tests test doesSessionExist works fine when user is logged in (failure 2/2): test/axios.spec.js#L1
FetchError: request to http://localhost:8080/test/setup/app failed, reason: at ClientRequest.<anonymous> (/home/runner/work/supertokens-react-native/supertokens-react-native/supertokens-react-native/TestingApp/node_modules/node-fetch/lib/index.js:1501:11)
test/axios.spec.js.Axios AuthHttpRequest class tests test session should not exist when user calls log out (failure 2/2): test/axios.spec.js#L1
FetchError: request to http://localhost:8080/test/setup/app failed, reason: at ClientRequest.<anonymous> (/home/runner/work/supertokens-react-native/supertokens-react-native/supertokens-react-native/TestingApp/node_modules/node-fetch/lib/index.js:1501:11)
test/axios.spec.js.Axios AuthHttpRequest class tests test that attemptRefreshingSession is working correctly (failure 2/2): test/axios.spec.js#L1
FetchError: request to http://localhost:8080/test/setup/app failed, reason: at ClientRequest.<anonymous> (/home/runner/work/supertokens-react-native/supertokens-react-native/supertokens-react-native/TestingApp/node_modules/node-fetch/lib/index.js:1501:11)
test/axios.spec.js.Axios AuthHttpRequest class tests test that multiple API calls in parallel when access token is expired, only 1 refresh should be called (failure 2/2): test/axios.spec.js#L1
FetchError: request to http://localhost:8080/test/setup/app failed, reason: at ClientRequest.<anonymous> (/home/runner/work/supertokens-react-native/supertokens-react-native/supertokens-react-native/TestingApp/node_modules/node-fetch/lib/index.js:1501:11)
test/axios.spec.js.Axios AuthHttpRequest class tests test that things should work correctly if anti-csrf is disabled (failure 2/2): test/axios.spec.js#L1
FetchError: request to http://localhost:8080/test/setup/app failed, reason: at ClientRequest.<anonymous> (/home/runner/work/supertokens-react-native/supertokens-react-native/supertokens-react-native/TestingApp/node_modules/node-fetch/lib/index.js:1501:11)
test/axios.spec.js.Axios AuthHttpRequest class tests test that calling addAxiosInterceptors multiple times is not a problem (failure 2/2): test/axios.spec.js#L1
FetchError: request to http://localhost:8080/test/setup/app failed, reason: at ClientRequest.<anonymous> (/home/runner/work/supertokens-react-native/supertokens-react-native/supertokens-react-native/TestingApp/node_modules/node-fetch/lib/index.js:1501:11)
test/axios.spec.js.Axios AuthHttpRequest class tests test that user passed config should be sent (failure 2/2): test/axios.spec.js#L1
FetchError: request to http://localhost:8080/test/setup/app failed, reason: at ClientRequest.<anonymous> (/home/runner/work/supertokens-react-native/supertokens-react-native/supertokens-react-native/TestingApp/node_modules/node-fetch/lib/index.js:1501:11)
test/axios.spec.js.Axios AuthHttpRequest class tests test that if an api throws an error it gets propagated to the user with interception (failure 2/2): test/axios.spec.js#L1
FetchError: request to http://localhost:8080/test/setup/app failed, reason: at ClientRequest.<anonymous> (/home/runner/work/supertokens-react-native/supertokens-react-native/supertokens-react-native/TestingApp/node_modules/node-fetch/lib/index.js:1501:11)
test/axios.spec.js.Axios AuthHttpRequest class tests test that if an api throws an error, it gets propergated to the user without interception (failure 2/2): test/axios.spec.js#L1
FetchError: request to http://localhost:8080/test/setup/app failed, reason: at ClientRequest.<anonymous> (/home/runner/work/supertokens-react-native/supertokens-react-native/supertokens-react-native/TestingApp/node_modules/node-fetch/lib/index.js:1501:11)
test/axios.spec.js.Axios AuthHttpRequest class tests test that calling SuperTokens.init more than once works (failure 2/2): test/axios.spec.js#L1
FetchError: request to http://localhost:8080/test/setup/app failed, reason: at ClientRequest.<anonymous> (/home/runner/work/supertokens-react-native/supertokens-react-native/supertokens-react-native/TestingApp/node_modules/node-fetch/lib/index.js:1501:11)
test/axios.spec.js.Axios AuthHttpRequest class tests test interception should not happen when domain is not the one that they gave (failure 2/2): test/axios.spec.js#L1
FetchError: request to http://localhost:8080/test/setup/app failed, reason: at ClientRequest.<anonymous> (/home/runner/work/supertokens-react-native/supertokens-react-native/supertokens-react-native/TestingApp/node_modules/node-fetch/lib/index.js:1501:11)
test/general.error.spec.js.Test general errors when calling sign out Fetch tests Test that getting GENERAL_ERROR from signout throws an error (failure 2/2): test/general.error.spec.js#L63
: Timeout - Async callback was not invoked within the 5000 ms timeout specified by jest.setTimeout.Timeout - Async callback was not invoked within the 5000 ms timeout specified by jest.setTimeout.Error: at new Spec (/home/runner/work/supertokens-react-native/supertokens-react-native/supertokens-react-native/TestingApp/node_modules/jest-jasmine2/build/jasmine/Spec.js:116:22)
test/general.error.spec.js.Test general errors when calling sign out axios tests Test that getting GENERAL_ERROR from signout throws an error (failure 2/2): test/general.error.spec.js#L1
FetchError: request to http://localhost:8080/test/featureFlags failed, reason: at ClientRequest.<anonymous> (/home/runner/work/supertokens-react-native/supertokens-react-native/supertokens-react-native/TestingApp/node_modules/node-fetch/lib/index.js:1501:11)
test/axios.spec.js.Axios AuthHttpRequest class tests testing for init check in doRequest: test/axios.spec.js#L1
AggregateError: at internalConnectMultiple (node:net:1122:18)
test/axios.spec.js.Axios AuthHttpRequest class tests testing getDomain (failure 1/2): test/axios.spec.js#L1
AggregateError: at internalConnectMultiple (node:net:1122:18)
test/axios.spec.js.Axios AuthHttpRequest class tests testing getDomain (failure 2/2): test/axios.spec.js#L1
AggregateError: at internalConnectMultiple (node:net:1122:18)
test/axios.spec.js.Axios AuthHttpRequest class tests testing api methods without config (failure 2/2): test/axios.spec.js#L155
TypeError: Cannot read properties of undefined (reading 'get') at call (/home/runner/work/supertokens-react-native/supertokens-react-native/supertokens-react-native/TestingApp/test/axios.spec.js:155:47)
test/axios.spec.js.Axios AuthHttpRequest class tests testing api methods with config (failure 1/2): test/axios.spec.js#L1
AggregateError: at internalConnectMultiple (node:net:1122:18)
test/axios.spec.js.Axios AuthHttpRequest class tests testing api methods with config (failure 2/2): test/axios.spec.js#L182
TypeError: Cannot read properties of undefined (reading 'get') at call (/home/runner/work/supertokens-react-native/supertokens-react-native/supertokens-react-native/TestingApp/test/axios.spec.js:182:47)
test/axios.spec.js.Axios AuthHttpRequest class tests testing api methods that doesn't exists (failure 2/2): test/axios.spec.js#L240
Error: test failed!!! at call (/home/runner/work/supertokens-react-native/supertokens-react-native/supertokens-react-native/TestingApp/test/axios.spec.js:240:23)
test/axios.spec.js.Axios AuthHttpRequest class tests refresh session (failure 1/2): test/axios.spec.js#L1
AggregateError: at internalConnectMultiple (node:net:1122:18)
test/axios.spec.js.Axios AuthHttpRequest class tests refresh session (failure 2/2): test/axios.spec.js#L1
FetchError: request to http://localhost:8080/test/setup/app failed, reason: at ClientRequest.<anonymous> (/home/runner/work/supertokens-react-native/supertokens-react-native/supertokens-react-native/TestingApp/node_modules/node-fetch/lib/index.js:1501:11)
test/axios.spec.js.Axios AuthHttpRequest class tests test that unauthorised event is not fired on app launch (failure 2/2): test/axios.spec.js#L1
FetchError: request to http://localhost:8080/test/setup/app failed, reason: at ClientRequest.<anonymous> (/home/runner/work/supertokens-react-native/supertokens-react-native/supertokens-react-native/TestingApp/node_modules/node-fetch/lib/index.js:1501:11)
test/axios.spec.js.Axios AuthHttpRequest class tests test that unauthorised event is fired when calling protected route without a session (failure 2/2): test/axios.spec.js#L1
FetchError: request to http://localhost:8080/test/setup/app failed, reason: at ClientRequest.<anonymous> (/home/runner/work/supertokens-react-native/supertokens-react-native/supertokens-react-native/TestingApp/node_modules/node-fetch/lib/index.js:1501:11)
test/axios.spec.js.Axios AuthHttpRequest class tests test rid is there (failure 1/2): test/axios.spec.js#L1
AggregateError: at internalConnectMultiple (node:net:1122:18)
test/axios.spec.js.Axios AuthHttpRequest class tests test rid is there (failure 2/2): test/axios.spec.js#L1
FetchError: request to http://localhost:8080/test/setup/app failed, reason: at ClientRequest.<anonymous> (/home/runner/work/supertokens-react-native/supertokens-react-native/supertokens-react-native/TestingApp/node_modules/node-fetch/lib/index.js:1501:11)
test/axios.spec.js.Axios AuthHttpRequest class tests signout with expired access token (failure 2/2): test/axios.spec.js#L1
FetchError: request to http://localhost:8080/test/setup/app failed, reason: at ClientRequest.<anonymous> (/home/runner/work/supertokens-react-native/supertokens-react-native/supertokens-react-native/TestingApp/node_modules/node-fetch/lib/index.js:1501:11)
test/axios.spec.js.Axios AuthHttpRequest class tests signout with not expired access token (failure 2/2): test/axios.spec.js#L1
FetchError: request to http://localhost:8080/test/setup/app failed, reason: at ClientRequest.<anonymous> (/home/runner/work/supertokens-react-native/supertokens-react-native/supertokens-react-native/TestingApp/node_modules/node-fetch/lib/index.js:1501:11)
test/axios.spec.js.Axios AuthHttpRequest class tests test that custom headers are being sent when logged in (failure 2/2): test/axios.spec.js#L1
FetchError: request to http://localhost:8080/test/setup/app failed, reason: at ClientRequest.<anonymous> (/home/runner/work/supertokens-react-native/supertokens-react-native/supertokens-react-native/TestingApp/node_modules/node-fetch/lib/index.js:1501:11)
test/axios.spec.js.Axios AuthHttpRequest class tests test doesSessionExist works fine when user is logged in (failure 2/2): test/axios.spec.js#L1
FetchError: request to http://localhost:8080/test/setup/app failed, reason: at ClientRequest.<anonymous> (/home/runner/work/supertokens-react-native/supertokens-react-native/supertokens-react-native/TestingApp/node_modules/node-fetch/lib/index.js:1501:11)
test/axios.spec.js.Axios AuthHttpRequest class tests test session should not exist when user calls log out (failure 2/2): test/axios.spec.js#L1
FetchError: request to http://localhost:8080/test/setup/app failed, reason: at ClientRequest.<anonymous> (/home/runner/work/supertokens-react-native/supertokens-react-native/supertokens-react-native/TestingApp/node_modules/node-fetch/lib/index.js:1501:11)
test/axios.spec.js.Axios AuthHttpRequest class tests test that attemptRefreshingSession is working correctly (failure 2/2): test/axios.spec.js#L1
FetchError: request to http://localhost:8080/test/setup/app failed, reason: at ClientRequest.<anonymous> (/home/runner/work/supertokens-react-native/supertokens-react-native/supertokens-react-native/TestingApp/node_modules/node-fetch/lib/index.js:1501:11)
test/axios.spec.js.Axios AuthHttpRequest class tests test that multiple API calls in parallel when access token is expired, only 1 refresh should be called (failure 2/2): test/axios.spec.js#L1
FetchError: request to http://localhost:8080/test/setup/app failed, reason: at ClientRequest.<anonymous> (/home/runner/work/supertokens-react-native/supertokens-react-native/supertokens-react-native/TestingApp/node_modules/node-fetch/lib/index.js:1501:11)
test/axios.spec.js.Axios AuthHttpRequest class tests test that things should work correctly if anti-csrf is disabled (failure 2/2): test/axios.spec.js#L1
FetchError: request to http://localhost:8080/test/setup/app failed, reason: at ClientRequest.<anonymous> (/home/runner/work/supertokens-react-native/supertokens-react-native/supertokens-react-native/TestingApp/node_modules/node-fetch/lib/index.js:1501:11)
test/axios.spec.js.Axios AuthHttpRequest class tests test that calling addAxiosInterceptors multiple times is not a problem (failure 2/2): test/axios.spec.js#L1
FetchError: request to http://localhost:8080/test/setup/app failed, reason: at ClientRequest.<anonymous> (/home/runner/work/supertokens-react-native/supertokens-react-native/supertokens-react-native/TestingApp/node_modules/node-fetch/lib/index.js:1501:11)
test/axios.spec.js.Axios AuthHttpRequest class tests test that user passed config should be sent (failure 2/2): test/axios.spec.js#L1
FetchError: request to http://localhost:8080/test/setup/app failed, reason: at ClientRequest.<anonymous> (/home/runner/work/supertokens-react-native/supertokens-react-native/supertokens-react-native/TestingApp/node_modules/node-fetch/lib/index.js:1501:11)
test/axios.spec.js.Axios AuthHttpRequest class tests test that if an api throws an error it gets propagated to the user with interception (failure 2/2): test/axios.spec.js#L1
FetchError: request to http://localhost:8080/test/setup/app failed, reason: at ClientRequest.<anonymous> (/home/runner/work/supertokens-react-native/supertokens-react-native/supertokens-react-native/TestingApp/node_modules/node-fetch/lib/index.js:1501:11)
test/axios.spec.js.Axios AuthHttpRequest class tests test that if an api throws an error, it gets propergated to the user without interception (failure 2/2): test/axios.spec.js#L1
FetchError: request to http://localhost:8080/test/setup/app failed, reason: at ClientRequest.<anonymous> (/home/runner/work/supertokens-react-native/supertokens-react-native/supertokens-react-native/TestingApp/node_modules/node-fetch/lib/index.js:1501:11)
test/axios.spec.js.Axios AuthHttpRequest class tests test that calling SuperTokens.init more than once works (failure 2/2): test/axios.spec.js#L1
FetchError: request to http://localhost:8080/test/setup/app failed, reason: at ClientRequest.<anonymous> (/home/runner/work/supertokens-react-native/supertokens-react-native/supertokens-react-native/TestingApp/node_modules/node-fetch/lib/index.js:1501:11)
test/axios.spec.js.Axios AuthHttpRequest class tests test interception should not happen when domain is not the one that they gave (failure 2/2): test/axios.spec.js#L1
FetchError: request to http://localhost:8080/test/setup/app failed, reason: at ClientRequest.<anonymous> (/home/runner/work/supertokens-react-native/supertokens-react-native/supertokens-react-native/TestingApp/node_modules/node-fetch/lib/index.js:1501:11)
test/general.error.spec.js.Test general errors when calling sign out Fetch tests Test that getting GENERAL_ERROR from signout throws an error (failure 2/2): test/general.error.spec.js#L63
: Timeout - Async callback was not invoked within the 5000 ms timeout specified by jest.setTimeout.Timeout - Async callback was not invoked within the 5000 ms timeout specified by jest.setTimeout.Error: at new Spec (/home/runner/work/supertokens-react-native/supertokens-react-native/supertokens-react-native/TestingApp/node_modules/jest-jasmine2/build/jasmine/Spec.js:116:22)
test/general.error.spec.js.Test general errors when calling sign out axios tests Test that getting GENERAL_ERROR from signout throws an error (failure 2/2): test/general.error.spec.js#L1
FetchError: request to http://localhost:8080/test/featureFlags failed, reason: at ClientRequest.<anonymous> (/home/runner/work/supertokens-react-native/supertokens-react-native/supertokens-react-native/TestingApp/node_modules/node-fetch/lib/index.js:1501:11)
test/axios.spec.js.Axios AuthHttpRequest class tests testing for init check in doRequest: test/axios.spec.js#L1
AggregateError: at internalConnectMultiple (node:net:1122:18)
test/axios.spec.js.Axios AuthHttpRequest class tests testing getDomain (failure 1/2): test/axios.spec.js#L1
AggregateError: at internalConnectMultiple (node:net:1122:18)
test/axios.spec.js.Axios AuthHttpRequest class tests testing getDomain (failure 2/2): test/axios.spec.js#L1
AggregateError: at internalConnectMultiple (node:net:1122:18)
test/axios.spec.js.Axios AuthHttpRequest class tests testing api methods without config (failure 2/2): test/axios.spec.js#L155
TypeError: Cannot read properties of undefined (reading 'get') at call (/home/runner/work/supertokens-react-native/supertokens-react-native/supertokens-react-native/TestingApp/test/axios.spec.js:155:47)
test/axios.spec.js.Axios AuthHttpRequest class tests testing api methods with config (failure 1/2): test/axios.spec.js#L1
AggregateError: at internalConnectMultiple (node:net:1122:18)
test/axios.spec.js.Axios AuthHttpRequest class tests testing api methods with config (failure 2/2): test/axios.spec.js#L182
TypeError: Cannot read properties of undefined (reading 'get') at call (/home/runner/work/supertokens-react-native/supertokens-react-native/supertokens-react-native/TestingApp/test/axios.spec.js:182:47)
test/axios.spec.js.Axios AuthHttpRequest class tests testing api methods that doesn't exists (failure 2/2): test/axios.spec.js#L240
Error: test failed!!! at call (/home/runner/work/supertokens-react-native/supertokens-react-native/supertokens-react-native/TestingApp/test/axios.spec.js:240:23)
test/axios.spec.js.Axios AuthHttpRequest class tests refresh session (failure 1/2): test/axios.spec.js#L1
AggregateError: at internalConnectMultiple (node:net:1122:18)
test/axios.spec.js.Axios AuthHttpRequest class tests refresh session (failure 2/2): test/axios.spec.js#L1
FetchError: request to http://localhost:8080/test/setup/app failed, reason: at ClientRequest.<anonymous> (/home/runner/work/supertokens-react-native/supertokens-react-native/supertokens-react-native/TestingApp/node_modules/node-fetch/lib/index.js:1501:11)
test/axios.spec.js.Axios AuthHttpRequest class tests test that unauthorised event is not fired on app launch (failure 2/2): test/axios.spec.js#L1
FetchError: request to http://localhost:8080/test/setup/app failed, reason: at ClientRequest.<anonymous> (/home/runner/work/supertokens-react-native/supertokens-react-native/supertokens-react-native/TestingApp/node_modules/node-fetch/lib/index.js:1501:11)
test/axios.spec.js.Axios AuthHttpRequest class tests test that unauthorised event is fired when calling protected route without a session (failure 2/2): test/axios.spec.js#L1
FetchError: request to http://localhost:8080/test/setup/app failed, reason: at ClientRequest.<anonymous> (/home/runner/work/supertokens-react-native/supertokens-react-native/supertokens-react-native/TestingApp/node_modules/node-fetch/lib/index.js:1501:11)
test/axios.spec.js.Axios AuthHttpRequest class tests test rid is there (failure 1/2): test/axios.spec.js#L1
AggregateError: at internalConnectMultiple (node:net:1122:18)
test/axios.spec.js.Axios AuthHttpRequest class tests test rid is there (failure 2/2): test/axios.spec.js#L1
FetchError: request to http://localhost:8080/test/setup/app failed, reason: at ClientRequest.<anonymous> (/home/runner/work/supertokens-react-native/supertokens-react-native/supertokens-react-native/TestingApp/node_modules/node-fetch/lib/index.js:1501:11)
test/axios.spec.js.Axios AuthHttpRequest class tests signout with expired access token (failure 2/2): test/axios.spec.js#L1
FetchError: request to http://localhost:8080/test/setup/app failed, reason: at ClientRequest.<anonymous> (/home/runner/work/supertokens-react-native/supertokens-react-native/supertokens-react-native/TestingApp/node_modules/node-fetch/lib/index.js:1501:11)
test/axios.spec.js.Axios AuthHttpRequest class tests signout with not expired access token (failure 2/2): test/axios.spec.js#L1
FetchError: request to http://localhost:8080/test/setup/app failed, reason: at ClientRequest.<anonymous> (/home/runner/work/supertokens-react-native/supertokens-react-native/supertokens-react-native/TestingApp/node_modules/node-fetch/lib/index.js:1501:11)
test/axios.spec.js.Axios AuthHttpRequest class tests test that custom headers are being sent when logged in (failure 2/2): test/axios.spec.js#L1
FetchError: request to http://localhost:8080/test/setup/app failed, reason: at ClientRequest.<anonymous> (/home/runner/work/supertokens-react-native/supertokens-react-native/supertokens-react-native/TestingApp/node_modules/node-fetch/lib/index.js:1501:11)
test/axios.spec.js.Axios AuthHttpRequest class tests test doesSessionExist works fine when user is logged in (failure 2/2): test/axios.spec.js#L1
FetchError: request to http://localhost:8080/test/setup/app failed, reason: at ClientRequest.<anonymous> (/home/runner/work/supertokens-react-native/supertokens-react-native/supertokens-react-native/TestingApp/node_modules/node-fetch/lib/index.js:1501:11)
test/axios.spec.js.Axios AuthHttpRequest class tests test session should not exist when user calls log out (failure 2/2): test/axios.spec.js#L1
FetchError: request to http://localhost:8080/test/setup/app failed, reason: at ClientRequest.<anonymous> (/home/runner/work/supertokens-react-native/supertokens-react-native/supertokens-react-native/TestingApp/node_modules/node-fetch/lib/index.js:1501:11)
test/axios.spec.js.Axios AuthHttpRequest class tests test that attemptRefreshingSession is working correctly (failure 2/2): test/axios.spec.js#L1
FetchError: request to http://localhost:8080/test/setup/app failed, reason: at ClientRequest.<anonymous> (/home/runner/work/supertokens-react-native/supertokens-react-native/supertokens-react-native/TestingApp/node_modules/node-fetch/lib/index.js:1501:11)
test/axios.spec.js.Axios AuthHttpRequest class tests test that multiple API calls in parallel when access token is expired, only 1 refresh should be called (failure 2/2): test/axios.spec.js#L1
FetchError: request to http://localhost:8080/test/setup/app failed, reason: at ClientRequest.<anonymous> (/home/runner/work/supertokens-react-native/supertokens-react-native/supertokens-react-native/TestingApp/node_modules/node-fetch/lib/index.js:1501:11)
test/axios.spec.js.Axios AuthHttpRequest class tests test that things should work correctly if anti-csrf is disabled (failure 2/2): test/axios.spec.js#L1
FetchError: request to http://localhost:8080/test/setup/app failed, reason: at ClientRequest.<anonymous> (/home/runner/work/supertokens-react-native/supertokens-react-native/supertokens-react-native/TestingApp/node_modules/node-fetch/lib/index.js:1501:11)
test/axios.spec.js.Axios AuthHttpRequest class tests test that calling addAxiosInterceptors multiple times is not a problem (failure 2/2): test/axios.spec.js#L1
FetchError: request to http://localhost:8080/test/setup/app failed, reason: at ClientRequest.<anonymous> (/home/runner/work/supertokens-react-native/supertokens-react-native/supertokens-react-native/TestingApp/node_modules/node-fetch/lib/index.js:1501:11)
test/axios.spec.js.Axios AuthHttpRequest class tests test that user passed config should be sent (failure 2/2): test/axios.spec.js#L1
FetchError: request to http://localhost:8080/test/setup/app failed, reason: at ClientRequest.<anonymous> (/home/runner/work/supertokens-react-native/supertokens-react-native/supertokens-react-native/TestingApp/node_modules/node-fetch/lib/index.js:1501:11)
test/axios.spec.js.Axios AuthHttpRequest class tests test that if an api throws an error it gets propagated to the user with interception (failure 2/2): test/axios.spec.js#L1
FetchError: request to http://localhost:8080/test/setup/app failed, reason: at ClientRequest.<anonymous> (/home/runner/work/supertokens-react-native/supertokens-react-native/supertokens-react-native/TestingApp/node_modules/node-fetch/lib/index.js:1501:11)
test/axios.spec.js.Axios AuthHttpRequest class tests test that if an api throws an error, it gets propergated to the user without interception (failure 2/2): test/axios.spec.js#L1
FetchError: request to http://localhost:8080/test/setup/app failed, reason: at ClientRequest.<anonymous> (/home/runner/work/supertokens-react-native/supertokens-react-native/supertokens-react-native/TestingApp/node_modules/node-fetch/lib/index.js:1501:11)
test/axios.spec.js.Axios AuthHttpRequest class tests test that calling SuperTokens.init more than once works (failure 2/2): test/axios.spec.js#L1
FetchError: request to http://localhost:8080/test/setup/app failed, reason: at ClientRequest.<anonymous> (/home/runner/work/supertokens-react-native/supertokens-react-native/supertokens-react-native/TestingApp/node_modules/node-fetch/lib/index.js:1501:11)
test/axios.spec.js.Axios AuthHttpRequest class tests test interception should not happen when domain is not the one that they gave (failure 2/2): test/axios.spec.js#L1
FetchError: request to http://localhost:8080/test/setup/app failed, reason: at ClientRequest.<anonymous> (/home/runner/work/supertokens-react-native/supertokens-react-native/supertokens-react-native/TestingApp/node_modules/node-fetch/lib/index.js:1501:11)
test/general.error.spec.js.Test general errors when calling sign out Fetch tests Test that getting GENERAL_ERROR from signout throws an error (failure 2/2): test/general.error.spec.js#L63
: Timeout - Async callback was not invoked within the 5000 ms timeout specified by jest.setTimeout.Timeout - Async callback was not invoked within the 5000 ms timeout specified by jest.setTimeout.Error: at new Spec (/home/runner/work/supertokens-react-native/supertokens-react-native/supertokens-react-native/TestingApp/node_modules/jest-jasmine2/build/jasmine/Spec.js:116:22)
test/general.error.spec.js.Test general errors when calling sign out axios tests Test that getting GENERAL_ERROR from signout throws an error (failure 2/2): test/general.error.spec.js#L1
FetchError: request to http://localhost:8080/test/featureFlags failed, reason: at ClientRequest.<anonymous> (/home/runner/work/supertokens-react-native/supertokens-react-native/supertokens-react-native/TestingApp/node_modules/node-fetch/lib/index.js:1501:11)
test/axios.spec.js.Axios AuthHttpRequest class tests testing for init check in doRequest: test/axios.spec.js#L1
AggregateError: at internalConnectMultiple (node:net:1122:18)
test/axios.spec.js.Axios AuthHttpRequest class tests testing getDomain (failure 1/2): test/axios.spec.js#L1
AggregateError: at internalConnectMultiple (node:net:1122:18)
test/axios.spec.js.Axios AuthHttpRequest class tests testing getDomain (failure 2/2): test/axios.spec.js#L1
AggregateError: at internalConnectMultiple (node:net:1122:18)
test/axios.spec.js.Axios AuthHttpRequest class tests testing api methods without config (failure 2/2): test/axios.spec.js#L155
TypeError: Cannot read properties of undefined (reading 'get') at call (/home/runner/work/supertokens-react-native/supertokens-react-native/supertokens-react-native/TestingApp/test/axios.spec.js:155:47)
test/axios.spec.js.Axios AuthHttpRequest class tests testing api methods with config (failure 1/2): test/axios.spec.js#L1
AggregateError: at internalConnectMultiple (node:net:1122:18)
test/axios.spec.js.Axios AuthHttpRequest class tests testing api methods with config (failure 2/2): test/axios.spec.js#L182
TypeError: Cannot read properties of undefined (reading 'get') at call (/home/runner/work/supertokens-react-native/supertokens-react-native/supertokens-react-native/TestingApp/test/axios.spec.js:182:47)
test/axios.spec.js.Axios AuthHttpRequest class tests testing api methods that doesn't exists (failure 2/2): test/axios.spec.js#L240
Error: test failed!!! at call (/home/runner/work/supertokens-react-native/supertokens-react-native/supertokens-react-native/TestingApp/test/axios.spec.js:240:23)
test/axios.spec.js.Axios AuthHttpRequest class tests refresh session (failure 1/2): test/axios.spec.js#L1
AggregateError: at internalConnectMultiple (node:net:1122:18)
test/axios.spec.js.Axios AuthHttpRequest class tests refresh session (failure 2/2): test/axios.spec.js#L1
FetchError: request to http://localhost:8080/test/setup/app failed, reason: at ClientRequest.<anonymous> (/home/runner/work/supertokens-react-native/supertokens-react-native/supertokens-react-native/TestingApp/node_modules/node-fetch/lib/index.js:1501:11)
test/axios.spec.js.Axios AuthHttpRequest class tests test that unauthorised event is not fired on app launch (failure 2/2): test/axios.spec.js#L1
FetchError: request to http://localhost:8080/test/setup/app failed, reason: at ClientRequest.<anonymous> (/home/runner/work/supertokens-react-native/supertokens-react-native/supertokens-react-native/TestingApp/node_modules/node-fetch/lib/index.js:1501:11)
test/axios.spec.js.Axios AuthHttpRequest class tests test that unauthorised event is fired when calling protected route without a session (failure 2/2): test/axios.spec.js#L1
FetchError: request to http://localhost:8080/test/setup/app failed, reason: at ClientRequest.<anonymous> (/home/runner/work/supertokens-react-native/supertokens-react-native/supertokens-react-native/TestingApp/node_modules/node-fetch/lib/index.js:1501:11)
test/axios.spec.js.Axios AuthHttpRequest class tests test rid is there (failure 1/2): test/axios.spec.js#L1
AggregateError: at internalConnectMultiple (node:net:1122:18)
test/axios.spec.js.Axios AuthHttpRequest class tests test rid is there (failure 2/2): test/axios.spec.js#L1
FetchError: request to http://localhost:8080/test/setup/app failed, reason: at ClientRequest.<anonymous> (/home/runner/work/supertokens-react-native/supertokens-react-native/supertokens-react-native/TestingApp/node_modules/node-fetch/lib/index.js:1501:11)
test/axios.spec.js.Axios AuthHttpRequest class tests signout with expired access token (failure 2/2): test/axios.spec.js#L1
FetchError: request to http://localhost:8080/test/setup/app failed, reason: at ClientRequest.<anonymous> (/home/runner/work/supertokens-react-native/supertokens-react-native/supertokens-react-native/TestingApp/node_modules/node-fetch/lib/index.js:1501:11)
test/axios.spec.js.Axios AuthHttpRequest class tests signout with not expired access token (failure 2/2): test/axios.spec.js#L1
FetchError: request to http://localhost:8080/test/setup/app failed, reason: at ClientRequest.<anonymous> (/home/runner/work/supertokens-react-native/supertokens-react-native/supertokens-react-native/TestingApp/node_modules/node-fetch/lib/index.js:1501:11)
test/axios.spec.js.Axios AuthHttpRequest class tests test that custom headers are being sent when logged in (failure 2/2): test/axios.spec.js#L1
FetchError: request to http://localhost:8080/test/setup/app failed, reason: at ClientRequest.<anonymous> (/home/runner/work/supertokens-react-native/supertokens-react-native/supertokens-react-native/TestingApp/node_modules/node-fetch/lib/index.js:1501:11)
test/axios.spec.js.Axios AuthHttpRequest class tests test doesSessionExist works fine when user is logged in (failure 2/2): test/axios.spec.js#L1
FetchError: request to http://localhost:8080/test/setup/app failed, reason: at ClientRequest.<anonymous> (/home/runner/work/supertokens-react-native/supertokens-react-native/supertokens-react-native/TestingApp/node_modules/node-fetch/lib/index.js:1501:11)
test/axios.spec.js.Axios AuthHttpRequest class tests test session should not exist when user calls log out (failure 2/2): test/axios.spec.js#L1
FetchError: request to http://localhost:8080/test/setup/app failed, reason: at ClientRequest.<anonymous> (/home/runner/work/supertokens-react-native/supertokens-react-native/supertokens-react-native/TestingApp/node_modules/node-fetch/lib/index.js:1501:11)
test/axios.spec.js.Axios AuthHttpRequest class tests test that attemptRefreshingSession is working correctly (failure 2/2): test/axios.spec.js#L1
FetchError: request to http://localhost:8080/test/setup/app failed, reason: at ClientRequest.<anonymous> (/home/runner/work/supertokens-react-native/supertokens-react-native/supertokens-react-native/TestingApp/node_modules/node-fetch/lib/index.js:1501:11)
test/axios.spec.js.Axios AuthHttpRequest class tests test that multiple API calls in parallel when access token is expired, only 1 refresh should be called (failure 2/2): test/axios.spec.js#L1
FetchError: request to http://localhost:8080/test/setup/app failed, reason: at ClientRequest.<anonymous> (/home/runner/work/supertokens-react-native/supertokens-react-native/supertokens-react-native/TestingApp/node_modules/node-fetch/lib/index.js:1501:11)
test/axios.spec.js.Axios AuthHttpRequest class tests test that things should work correctly if anti-csrf is disabled (failure 2/2): test/axios.spec.js#L1
FetchError: request to http://localhost:8080/test/setup/app failed, reason: at ClientRequest.<anonymous> (/home/runner/work/supertokens-react-native/supertokens-react-native/supertokens-react-native/TestingApp/node_modules/node-fetch/lib/index.js:1501:11)
test/axios.spec.js.Axios AuthHttpRequest class tests test that calling addAxiosInterceptors multiple times is not a problem (failure 2/2): test/axios.spec.js#L1
FetchError: request to http://localhost:8080/test/setup/app failed, reason: at ClientRequest.<anonymous> (/home/runner/work/supertokens-react-native/supertokens-react-native/supertokens-react-native/TestingApp/node_modules/node-fetch/lib/index.js:1501:11)
test/axios.spec.js.Axios AuthHttpRequest class tests test that user passed config should be sent (failure 2/2): test/axios.spec.js#L1
FetchError: request to http://localhost:8080/test/setup/app failed, reason: at ClientRequest.<anonymous> (/home/runner/work/supertokens-react-native/supertokens-react-native/supertokens-react-native/TestingApp/node_modules/node-fetch/lib/index.js:1501:11)
test/axios.spec.js.Axios AuthHttpRequest class tests test that if an api throws an error it gets propagated to the user with interception (failure 2/2): test/axios.spec.js#L1
FetchError: request to http://localhost:8080/test/setup/app failed, reason: at ClientRequest.<anonymous> (/home/runner/work/supertokens-react-native/supertokens-react-native/supertokens-react-native/TestingApp/node_modules/node-fetch/lib/index.js:1501:11)
test/axios.spec.js.Axios AuthHttpRequest class tests test that if an api throws an error, it gets propergated to the user without interception (failure 2/2): test/axios.spec.js#L1
FetchError: request to http://localhost:8080/test/setup/app failed, reason: at ClientRequest.<anonymous> (/home/runner/work/supertokens-react-native/supertokens-react-native/supertokens-react-native/TestingApp/node_modules/node-fetch/lib/index.js:1501:11)
test/axios.spec.js.Axios AuthHttpRequest class tests test that calling SuperTokens.init more than once works (failure 2/2): test/axios.spec.js#L1
FetchError: request to http://localhost:8080/test/setup/app failed, reason: at ClientRequest.<anonymous> (/home/runner/work/supertokens-react-native/supertokens-react-native/supertokens-react-native/TestingApp/node_modules/node-fetch/lib/index.js:1501:11)
test/axios.spec.js.Axios AuthHttpRequest class tests test interception should not happen when domain is not the one that they gave (failure 2/2): test/axios.spec.js#L1
FetchError: request to http://localhost:8080/test/setup/app failed, reason: at ClientRequest.<anonymous> (/home/runner/work/supertokens-react-native/supertokens-react-native/supertokens-react-native/TestingApp/node_modules/node-fetch/lib/index.js:1501:11)
test/general.error.spec.js.Test general errors when calling sign out Fetch tests Test that getting GENERAL_ERROR from signout throws an error (failure 2/2): test/general.error.spec.js#L63
: Timeout - Async callback was not invoked within the 5000 ms timeout specified by jest.setTimeout.Timeout - Async callback was not invoked within the 5000 ms timeout specified by jest.setTimeout.Error: at new Spec (/home/runner/work/supertokens-react-native/supertokens-react-native/supertokens-react-native/TestingApp/node_modules/jest-jasmine2/build/jasmine/Spec.js:116:22)
test/general.error.spec.js.Test general errors when calling sign out axios tests Test that getting GENERAL_ERROR from signout throws an error (failure 2/2): test/general.error.spec.js#L1
FetchError: request to http://localhost:8080/test/featureFlags failed, reason: at ClientRequest.<anonymous> (/home/runner/work/supertokens-react-native/supertokens-react-native/supertokens-react-native/TestingApp/node_modules/node-fetch/lib/index.js:1501:11)
test/axios.spec.js.Axios AuthHttpRequest class tests testing for init check in doRequest: test/axios.spec.js#L1
AggregateError: at internalConnectMultiple (node:net:1122:18)
test/axios.spec.js.Axios AuthHttpRequest class tests testing getDomain (failure 1/2): test/axios.spec.js#L1
AggregateError: at internalConnectMultiple (node:net:1122:18)
test/axios.spec.js.Axios AuthHttpRequest class tests testing getDomain (failure 2/2): test/axios.spec.js#L1
AggregateError: at internalConnectMultiple (node:net:1122:18)
test/axios.spec.js.Axios AuthHttpRequest class tests testing api methods without config (failure 2/2): test/axios.spec.js#L155
TypeError: Cannot read properties of undefined (reading 'get') at call (/home/runner/work/supertokens-react-native/supertokens-react-native/supertokens-react-native/TestingApp/test/axios.spec.js:155:47)
test/axios.spec.js.Axios AuthHttpRequest class tests testing api methods with config (failure 1/2): test/axios.spec.js#L1
AggregateError: at internalConnectMultiple (node:net:1122:18)
test/axios.spec.js.Axios AuthHttpRequest class tests testing api methods with config (failure 2/2): test/axios.spec.js#L182
TypeError: Cannot read properties of undefined (reading 'get') at call (/home/runner/work/supertokens-react-native/supertokens-react-native/supertokens-react-native/TestingApp/test/axios.spec.js:182:47)
test/axios.spec.js.Axios AuthHttpRequest class tests testing api methods that doesn't exists (failure 2/2): test/axios.spec.js#L240
Error: test failed!!! at call (/home/runner/work/supertokens-react-native/supertokens-react-native/supertokens-react-native/TestingApp/test/axios.spec.js:240:23)
test/axios.spec.js.Axios AuthHttpRequest class tests refresh session (failure 1/2): test/axios.spec.js#L1
AggregateError: at internalConnectMultiple (node:net:1122:18)
test/axios.spec.js.Axios AuthHttpRequest class tests refresh session (failure 2/2): test/axios.spec.js#L1
FetchError: request to http://localhost:8080/test/setup/app failed, reason: at ClientRequest.<anonymous> (/home/runner/work/supertokens-react-native/supertokens-react-native/supertokens-react-native/TestingApp/node_modules/node-fetch/lib/index.js:1501:11)
test/axios.spec.js.Axios AuthHttpRequest class tests test that unauthorised event is not fired on app launch (failure 2/2): test/axios.spec.js#L1
FetchError: request to http://localhost:8080/test/setup/app failed, reason: at ClientRequest.<anonymous> (/home/runner/work/supertokens-react-native/supertokens-react-native/supertokens-react-native/TestingApp/node_modules/node-fetch/lib/index.js:1501:11)
test/axios.spec.js.Axios AuthHttpRequest class tests test that unauthorised event is fired when calling protected route without a session (failure 2/2): test/axios.spec.js#L1
FetchError: request to http://localhost:8080/test/setup/app failed, reason: at ClientRequest.<anonymous> (/home/runner/work/supertokens-react-native/supertokens-react-native/supertokens-react-native/TestingApp/node_modules/node-fetch/lib/index.js:1501:11)
test/axios.spec.js.Axios AuthHttpRequest class tests test rid is there (failure 1/2): test/axios.spec.js#L1
AggregateError: at internalConnectMultiple (node:net:1122:18)
test/axios.spec.js.Axios AuthHttpRequest class tests test rid is there (failure 2/2): test/axios.spec.js#L1
FetchError: request to http://localhost:8080/test/setup/app failed, reason: at ClientRequest.<anonymous> (/home/runner/work/supertokens-react-native/supertokens-react-native/supertokens-react-native/TestingApp/node_modules/node-fetch/lib/index.js:1501:11)
test/axios.spec.js.Axios AuthHttpRequest class tests signout with expired access token (failure 2/2): test/axios.spec.js#L1
FetchError: request to http://localhost:8080/test/setup/app failed, reason: at ClientRequest.<anonymous> (/home/runner/work/supertokens-react-native/supertokens-react-native/supertokens-react-native/TestingApp/node_modules/node-fetch/lib/index.js:1501:11)
test/axios.spec.js.Axios AuthHttpRequest class tests signout with not expired access token (failure 2/2): test/axios.spec.js#L1
FetchError: request to http://localhost:8080/test/setup/app failed, reason: at ClientRequest.<anonymous> (/home/runner/work/supertokens-react-native/supertokens-react-native/supertokens-react-native/TestingApp/node_modules/node-fetch/lib/index.js:1501:11)
test/axios.spec.js.Axios AuthHttpRequest class tests test that custom headers are being sent when logged in (failure 2/2): test/axios.spec.js#L1
FetchError: request to http://localhost:8080/test/setup/app failed, reason: at ClientRequest.<anonymous> (/home/runner/work/supertokens-react-native/supertokens-react-native/supertokens-react-native/TestingApp/node_modules/node-fetch/lib/index.js:1501:11)
test/axios.spec.js.Axios AuthHttpRequest class tests test doesSessionExist works fine when user is logged in (failure 2/2): test/axios.spec.js#L1
FetchError: request to http://localhost:8080/test/setup/app failed, reason: at ClientRequest.<anonymous> (/home/runner/work/supertokens-react-native/supertokens-react-native/supertokens-react-native/TestingApp/node_modules/node-fetch/lib/index.js:1501:11)
test/axios.spec.js.Axios AuthHttpRequest class tests test session should not exist when user calls log out (failure 2/2): test/axios.spec.js#L1
FetchError: request to http://localhost:8080/test/setup/app failed, reason: at ClientRequest.<anonymous> (/home/runner/work/supertokens-react-native/supertokens-react-native/supertokens-react-native/TestingApp/node_modules/node-fetch/lib/index.js:1501:11)
test/axios.spec.js.Axios AuthHttpRequest class tests test that attemptRefreshingSession is working correctly (failure 2/2): test/axios.spec.js#L1
FetchError: request to http://localhost:8080/test/setup/app failed, reason: at ClientRequest.<anonymous> (/home/runner/work/supertokens-react-native/supertokens-react-native/supertokens-react-native/TestingApp/node_modules/node-fetch/lib/index.js:1501:11)
test/axios.spec.js.Axios AuthHttpRequest class tests test that multiple API calls in parallel when access token is expired, only 1 refresh should be called (failure 2/2): test/axios.spec.js#L1
FetchError: request to http://localhost:8080/test/setup/app failed, reason: at ClientRequest.<anonymous> (/home/runner/work/supertokens-react-native/supertokens-react-native/supertokens-react-native/TestingApp/node_modules/node-fetch/lib/index.js:1501:11)
test/axios.spec.js.Axios AuthHttpRequest class tests test that things should work correctly if anti-csrf is disabled (failure 2/2): test/axios.spec.js#L1
FetchError: request to http://localhost:8080/test/setup/app failed, reason: at ClientRequest.<anonymous> (/home/runner/work/supertokens-react-native/supertokens-react-native/supertokens-react-native/TestingApp/node_modules/node-fetch/lib/index.js:1501:11)
test/axios.spec.js.Axios AuthHttpRequest class tests test that calling addAxiosInterceptors multiple times is not a problem (failure 2/2): test/axios.spec.js#L1
FetchError: request to http://localhost:8080/test/setup/app failed, reason: at ClientRequest.<anonymous> (/home/runner/work/supertokens-react-native/supertokens-react-native/supertokens-react-native/TestingApp/node_modules/node-fetch/lib/index.js:1501:11)
test/axios.spec.js.Axios AuthHttpRequest class tests test that user passed config should be sent (failure 2/2): test/axios.spec.js#L1
FetchError: request to http://localhost:8080/test/setup/app failed, reason: at ClientRequest.<anonymous> (/home/runner/work/supertokens-react-native/supertokens-react-native/supertokens-react-native/TestingApp/node_modules/node-fetch/lib/index.js:1501:11)
test/axios.spec.js.Axios AuthHttpRequest class tests test that if an api throws an error it gets propagated to the user with interception (failure 2/2): test/axios.spec.js#L1
FetchError: request to http://localhost:8080/test/setup/app failed, reason: at ClientRequest.<anonymous> (/home/runner/work/supertokens-react-native/supertokens-react-native/supertokens-react-native/TestingApp/node_modules/node-fetch/lib/index.js:1501:11)
test/axios.spec.js.Axios AuthHttpRequest class tests test that if an api throws an error, it gets propergated to the user without interception (failure 2/2): test/axios.spec.js#L1
FetchError: request to http://localhost:8080/test/setup/app failed, reason: at ClientRequest.<anonymous> (/home/runner/work/supertokens-react-native/supertokens-react-native/supertokens-react-native/TestingApp/node_modules/node-fetch/lib/index.js:1501:11)
test/axios.spec.js.Axios AuthHttpRequest class tests test that calling SuperTokens.init more than once works (failure 2/2): test/axios.spec.js#L1
FetchError: request to http://localhost:8080/test/setup/app failed, reason: at ClientRequest.<anonymous> (/home/runner/work/supertokens-react-native/supertokens-react-native/supertokens-react-native/TestingApp/node_modules/node-fetch/lib/index.js:1501:11)
test/axios.spec.js.Axios AuthHttpRequest class tests test interception should not happen when domain is not the one that they gave (failure 2/2): test/axios.spec.js#L1
FetchError: request to http://localhost:8080/test/setup/app failed, reason: at ClientRequest.<anonymous> (/home/runner/work/supertokens-react-native/supertokens-react-native/supertokens-react-native/TestingApp/node_modules/node-fetch/lib/index.js:1501:11)
test/general.error.spec.js.Test general errors when calling sign out Fetch tests Test that getting GENERAL_ERROR from signout throws an error (failure 2/2): test/general.error.spec.js#L63
: Timeout - Async callback was not invoked within the 5000 ms timeout specified by jest.setTimeout.Timeout - Async callback was not invoked within the 5000 ms timeout specified by jest.setTimeout.Error: at new Spec (/home/runner/work/supertokens-react-native/supertokens-react-native/supertokens-react-native/TestingApp/node_modules/jest-jasmine2/build/jasmine/Spec.js:116:22)
test/general.error.spec.js.Test general errors when calling sign out axios tests Test that getting GENERAL_ERROR from signout throws an error (failure 2/2): test/general.error.spec.js#L1
FetchError: request to http://localhost:8080/test/featureFlags failed, reason: at ClientRequest.<anonymous> (/home/runner/work/supertokens-react-native/supertokens-react-native/supertokens-react-native/TestingApp/node_modules/node-fetch/lib/index.js:1501:11)
test/axios.spec.js.Axios AuthHttpRequest class tests testing for init check in doRequest: test/axios.spec.js#L1
AggregateError: at internalConnectMultiple (node:net:1122:18)
test/axios.spec.js.Axios AuthHttpRequest class tests testing getDomain (failure 1/2): test/axios.spec.js#L1
AggregateError: at internalConnectMultiple (node:net:1122:18)
test/axios.spec.js.Axios AuthHttpRequest class tests testing getDomain (failure 2/2): test/axios.spec.js#L1
AggregateError: at internalConnectMultiple (node:net:1122:18)
test/axios.spec.js.Axios AuthHttpRequest class tests testing api methods without config (failure 2/2): test/axios.spec.js#L155
TypeError: Cannot read properties of undefined (reading 'get') at call (/home/runner/work/supertokens-react-native/supertokens-react-native/supertokens-react-native/TestingApp/test/axios.spec.js:155:47)
test/axios.spec.js.Axios AuthHttpRequest class tests testing api methods with config (failure 1/2): test/axios.spec.js#L1
AggregateError: at internalConnectMultiple (node:net:1122:18)
test/axios.spec.js.Axios AuthHttpRequest class tests testing api methods with config (failure 2/2): test/axios.spec.js#L182
TypeError: Cannot read properties of undefined (reading 'get') at call (/home/runner/work/supertokens-react-native/supertokens-react-native/supertokens-react-native/TestingApp/test/axios.spec.js:182:47)
test/axios.spec.js.Axios AuthHttpRequest class tests testing api methods that doesn't exists (failure 2/2): test/axios.spec.js#L240
Error: test failed!!! at call (/home/runner/work/supertokens-react-native/supertokens-react-native/supertokens-react-native/TestingApp/test/axios.spec.js:240:23)
test/axios.spec.js.Axios AuthHttpRequest class tests refresh session (failure 1/2): test/axios.spec.js#L1
AggregateError: at internalConnectMultiple (node:net:1122:18)
test/axios.spec.js.Axios AuthHttpRequest class tests refresh session (failure 2/2): test/axios.spec.js#L1
FetchError: request to http://localhost:8080/test/setup/app failed, reason: at ClientRequest.<anonymous> (/home/runner/work/supertokens-react-native/supertokens-react-native/supertokens-react-native/TestingApp/node_modules/node-fetch/lib/index.js:1501:11)
test/axios.spec.js.Axios AuthHttpRequest class tests test that unauthorised event is not fired on app launch (failure 2/2): test/axios.spec.js#L1
FetchError: request to http://localhost:8080/test/setup/app failed, reason: at ClientRequest.<anonymous> (/home/runner/work/supertokens-react-native/supertokens-react-native/supertokens-react-native/TestingApp/node_modules/node-fetch/lib/index.js:1501:11)
test/axios.spec.js.Axios AuthHttpRequest class tests test that unauthorised event is fired when calling protected route without a session (failure 2/2): test/axios.spec.js#L1
FetchError: request to http://localhost:8080/test/setup/app failed, reason: at ClientRequest.<anonymous> (/home/runner/work/supertokens-react-native/supertokens-react-native/supertokens-react-native/TestingApp/node_modules/node-fetch/lib/index.js:1501:11)
test/axios.spec.js.Axios AuthHttpRequest class tests test rid is there (failure 1/2): test/axios.spec.js#L1
AggregateError: at internalConnectMultiple (node:net:1122:18)
test/axios.spec.js.Axios AuthHttpRequest class tests test rid is there (failure 2/2): test/axios.spec.js#L1
FetchError: request to http://localhost:8080/test/setup/app failed, reason: at ClientRequest.<anonymous> (/home/runner/work/supertokens-react-native/supertokens-react-native/supertokens-react-native/TestingApp/node_modules/node-fetch/lib/index.js:1501:11)
test/axios.spec.js.Axios AuthHttpRequest class tests signout with expired access token (failure 2/2): test/axios.spec.js#L1
FetchError: request to http://localhost:8080/test/setup/app failed, reason: at ClientRequest.<anonymous> (/home/runner/work/supertokens-react-native/supertokens-react-native/supertokens-react-native/TestingApp/node_modules/node-fetch/lib/index.js:1501:11)
test/axios.spec.js.Axios AuthHttpRequest class tests signout with not expired access token (failure 2/2): test/axios.spec.js#L1
FetchError: request to http://localhost:8080/test/setup/app failed, reason: at ClientRequest.<anonymous> (/home/runner/work/supertokens-react-native/supertokens-react-native/supertokens-react-native/TestingApp/node_modules/node-fetch/lib/index.js:1501:11)
test/axios.spec.js.Axios AuthHttpRequest class tests test that custom headers are being sent when logged in (failure 2/2): test/axios.spec.js#L1
FetchError: request to http://localhost:8080/test/setup/app failed, reason: at ClientRequest.<anonymous> (/home/runner/work/supertokens-react-native/supertokens-react-native/supertokens-react-native/TestingApp/node_modules/node-fetch/lib/index.js:1501:11)
test/axios.spec.js.Axios AuthHttpRequest class tests test doesSessionExist works fine when user is logged in (failure 2/2): test/axios.spec.js#L1
FetchError: request to http://localhost:8080/test/setup/app failed, reason: at ClientRequest.<anonymous> (/home/runner/work/supertokens-react-native/supertokens-react-native/supertokens-react-native/TestingApp/node_modules/node-fetch/lib/index.js:1501:11)
test/axios.spec.js.Axios AuthHttpRequest class tests test session should not exist when user calls log out (failure 2/2): test/axios.spec.js#L1
FetchError: request to http://localhost:8080/test/setup/app failed, reason: at ClientRequest.<anonymous> (/home/runner/work/supertokens-react-native/supertokens-react-native/supertokens-react-native/TestingApp/node_modules/node-fetch/lib/index.js:1501:11)
test/axios.spec.js.Axios AuthHttpRequest class tests test that attemptRefreshingSession is working correctly (failure 2/2): test/axios.spec.js#L1
FetchError: request to http://localhost:8080/test/setup/app failed, reason: at ClientRequest.<anonymous> (/home/runner/work/supertokens-react-native/supertokens-react-native/supertokens-react-native/TestingApp/node_modules/node-fetch/lib/index.js:1501:11)
test/axios.spec.js.Axios AuthHttpRequest class tests test that multiple API calls in parallel when access token is expired, only 1 refresh should be called (failure 2/2): test/axios.spec.js#L1
FetchError: request to http://localhost:8080/test/setup/app failed, reason: at ClientRequest.<anonymous> (/home/runner/work/supertokens-react-native/supertokens-react-native/supertokens-react-native/TestingApp/node_modules/node-fetch/lib/index.js:1501:11)
test/axios.spec.js.Axios AuthHttpRequest class tests test that things should work correctly if anti-csrf is disabled (failure 2/2): test/axios.spec.js#L1
FetchError: request to http://localhost:8080/test/setup/app failed, reason: at ClientRequest.<anonymous> (/home/runner/work/supertokens-react-native/supertokens-react-native/supertokens-react-native/TestingApp/node_modules/node-fetch/lib/index.js:1501:11)
test/axios.spec.js.Axios AuthHttpRequest class tests test that calling addAxiosInterceptors multiple times is not a problem (failure 2/2): test/axios.spec.js#L1
FetchError: request to http://localhost:8080/test/setup/app failed, reason: at ClientRequest.<anonymous> (/home/runner/work/supertokens-react-native/supertokens-react-native/supertokens-react-native/TestingApp/node_modules/node-fetch/lib/index.js:1501:11)
test/axios.spec.js.Axios AuthHttpRequest class tests test that user passed config should be sent (failure 2/2): test/axios.spec.js#L1
FetchError: request to http://localhost:8080/test/setup/app failed, reason: at ClientRequest.<anonymous> (/home/runner/work/supertokens-react-native/supertokens-react-native/supertokens-react-native/TestingApp/node_modules/node-fetch/lib/index.js:1501:11)
test/axios.spec.js.Axios AuthHttpRequest class tests test that if an api throws an error it gets propagated to the user with interception (failure 2/2): test/axios.spec.js#L1
FetchError: request to http://localhost:8080/test/setup/app failed, reason: at ClientRequest.<anonymous> (/home/runner/work/supertokens-react-native/supertokens-react-native/supertokens-react-native/TestingApp/node_modules/node-fetch/lib/index.js:1501:11)
test/axios.spec.js.Axios AuthHttpRequest class tests test that if an api throws an error, it gets propergated to the user without interception (failure 2/2): test/axios.spec.js#L1
FetchError: request to http://localhost:8080/test/setup/app failed, reason: at ClientRequest.<anonymous> (/home/runner/work/supertokens-react-native/supertokens-react-native/supertokens-react-native/TestingApp/node_modules/node-fetch/lib/index.js:1501:11)
test/axios.spec.js.Axios AuthHttpRequest class tests test that calling SuperTokens.init more than once works (failure 2/2): test/axios.spec.js#L1
FetchError: request to http://localhost:8080/test/setup/app failed, reason: at ClientRequest.<anonymous> (/home/runner/work/supertokens-react-native/supertokens-react-native/supertokens-react-native/TestingApp/node_modules/node-fetch/lib/index.js:1501:11)
test/axios.spec.js.Axios AuthHttpRequest class tests test interception should not happen when domain is not the one that they gave (failure 2/2): test/axios.spec.js#L1
FetchError: request to http://localhost:8080/test/setup/app failed, reason: at ClientRequest.<anonymous> (/home/runner/work/supertokens-react-native/supertokens-react-native/supertokens-react-native/TestingApp/node_modules/node-fetch/lib/index.js:1501:11)
test/general.error.spec.js.Test general errors when calling sign out Fetch tests Test that getting GENERAL_ERROR from signout throws an error (failure 2/2): test/general.error.spec.js#L63
: Timeout - Async callback was not invoked within the 5000 ms timeout specified by jest.setTimeout.Timeout - Async callback was not invoked within the 5000 ms timeout specified by jest.setTimeout.Error: at new Spec (/home/runner/work/supertokens-react-native/supertokens-react-native/supertokens-react-native/TestingApp/node_modules/jest-jasmine2/build/jasmine/Spec.js:116:22)
test/general.error.spec.js.Test general errors when calling sign out axios tests Test that getting GENERAL_ERROR from signout throws an error (failure 2/2): test/general.error.spec.js#L1
FetchError: request to http://localhost:8080/test/featureFlags failed, reason: at ClientRequest.<anonymous> (/home/runner/work/supertokens-react-native/supertokens-react-native/supertokens-react-native/TestingApp/node_modules/node-fetch/lib/index.js:1501:11)
test/axios.spec.js.Axios AuthHttpRequest class tests testing for init check in doRequest: test/axios.spec.js#L1
AggregateError: at internalConnectMultiple (node:net:1122:18)
test/axios.spec.js.Axios AuthHttpRequest class tests testing getDomain (failure 1/2): test/axios.spec.js#L1
AggregateError: at internalConnectMultiple (node:net:1122:18)
test/axios.spec.js.Axios AuthHttpRequest class tests testing getDomain (failure 2/2): test/axios.spec.js#L1
AggregateError: at internalConnectMultiple (node:net:1122:18)
test/axios.spec.js.Axios AuthHttpRequest class tests testing api methods without config (failure 2/2): test/axios.spec.js#L155
TypeError: Cannot read properties of undefined (reading 'get') at call (/home/runner/work/supertokens-react-native/supertokens-react-native/supertokens-react-native/TestingApp/test/axios.spec.js:155:47)
test/axios.spec.js.Axios AuthHttpRequest class tests testing api methods with config (failure 1/2): test/axios.spec.js#L1
AggregateError: at internalConnectMultiple (node:net:1122:18)
test/axios.spec.js.Axios AuthHttpRequest class tests testing api methods with config (failure 2/2): test/axios.spec.js#L182
TypeError: Cannot read properties of undefined (reading 'get') at call (/home/runner/work/supertokens-react-native/supertokens-react-native/supertokens-react-native/TestingApp/test/axios.spec.js:182:47)
test/axios.spec.js.Axios AuthHttpRequest class tests testing api methods that doesn't exists (failure 2/2): test/axios.spec.js#L240
Error: test failed!!! at call (/home/runner/work/supertokens-react-native/supertokens-react-native/supertokens-react-native/TestingApp/test/axios.spec.js:240:23)
test/axios.spec.js.Axios AuthHttpRequest class tests refresh session (failure 1/2): test/axios.spec.js#L1
AggregateError: at internalConnectMultiple (node:net:1122:18)
test/axios.spec.js.Axios AuthHttpRequest class tests refresh session (failure 2/2): test/axios.spec.js#L1
FetchError: request to http://localhost:8080/test/setup/app failed, reason: at ClientRequest.<anonymous> (/home/runner/work/supertokens-react-native/supertokens-react-native/supertokens-react-native/TestingApp/node_modules/node-fetch/lib/index.js:1501:11)
test/axios.spec.js.Axios AuthHttpRequest class tests test that unauthorised event is not fired on app launch (failure 2/2): test/axios.spec.js#L1
FetchError: request to http://localhost:8080/test/setup/app failed, reason: at ClientRequest.<anonymous> (/home/runner/work/supertokens-react-native/supertokens-react-native/supertokens-react-native/TestingApp/node_modules/node-fetch/lib/index.js:1501:11)
test/axios.spec.js.Axios AuthHttpRequest class tests test that unauthorised event is fired when calling protected route without a session (failure 2/2): test/axios.spec.js#L1
FetchError: request to http://localhost:8080/test/setup/app failed, reason: at ClientRequest.<anonymous> (/home/runner/work/supertokens-react-native/supertokens-react-native/supertokens-react-native/TestingApp/node_modules/node-fetch/lib/index.js:1501:11)
test/axios.spec.js.Axios AuthHttpRequest class tests test rid is there (failure 1/2): test/axios.spec.js#L1
AggregateError: at internalConnectMultiple (node:net:1122:18)
test/axios.spec.js.Axios AuthHttpRequest class tests test rid is there (failure 2/2): test/axios.spec.js#L1
FetchError: request to http://localhost:8080/test/setup/app failed, reason: at ClientRequest.<anonymous> (/home/runner/work/supertokens-react-native/supertokens-react-native/supertokens-react-native/TestingApp/node_modules/node-fetch/lib/index.js:1501:11)
test/axios.spec.js.Axios AuthHttpRequest class tests signout with expired access token (failure 2/2): test/axios.spec.js#L1
FetchError: request to http://localhost:8080/test/setup/app failed, reason: at ClientRequest.<anonymous> (/home/runner/work/supertokens-react-native/supertokens-react-native/supertokens-react-native/TestingApp/node_modules/node-fetch/lib/index.js:1501:11)
test/axios.spec.js.Axios AuthHttpRequest class tests signout with not expired access token (failure 2/2): test/axios.spec.js#L1
FetchError: request to http://localhost:8080/test/setup/app failed, reason: at ClientRequest.<anonymous> (/home/runner/work/supertokens-react-native/supertokens-react-native/supertokens-react-native/TestingApp/node_modules/node-fetch/lib/index.js:1501:11)
test/axios.spec.js.Axios AuthHttpRequest class tests test that custom headers are being sent when logged in (failure 2/2): test/axios.spec.js#L1
FetchError: request to http://localhost:8080/test/setup/app failed, reason: at ClientRequest.<anonymous> (/home/runner/work/supertokens-react-native/supertokens-react-native/supertokens-react-native/TestingApp/node_modules/node-fetch/lib/index.js:1501:11)
test/axios.spec.js.Axios AuthHttpRequest class tests test doesSessionExist works fine when user is logged in (failure 2/2): test/axios.spec.js#L1
FetchError: request to http://localhost:8080/test/setup/app failed, reason: at ClientRequest.<anonymous> (/home/runner/work/supertokens-react-native/supertokens-react-native/supertokens-react-native/TestingApp/node_modules/node-fetch/lib/index.js:1501:11)
test/axios.spec.js.Axios AuthHttpRequest class tests test session should not exist when user calls log out (failure 2/2): test/axios.spec.js#L1
FetchError: request to http://localhost:8080/test/setup/app failed, reason: at ClientRequest.<anonymous> (/home/runner/work/supertokens-react-native/supertokens-react-native/supertokens-react-native/TestingApp/node_modules/node-fetch/lib/index.js:1501:11)
test/axios.spec.js.Axios AuthHttpRequest class tests test that attemptRefreshingSession is working correctly (failure 2/2): test/axios.spec.js#L1
FetchError: request to http://localhost:8080/test/setup/app failed, reason: at ClientRequest.<anonymous> (/home/runner/work/supertokens-react-native/supertokens-react-native/supertokens-react-native/TestingApp/node_modules/node-fetch/lib/index.js:1501:11)
test/axios.spec.js.Axios AuthHttpRequest class tests test that multiple API calls in parallel when access token is expired, only 1 refresh should be called (failure 2/2): test/axios.spec.js#L1
FetchError: request to http://localhost:8080/test/setup/app failed, reason: at ClientRequest.<anonymous> (/home/runner/work/supertokens-react-native/supertokens-react-native/supertokens-react-native/TestingApp/node_modules/node-fetch/lib/index.js:1501:11)
test/axios.spec.js.Axios AuthHttpRequest class tests test that things should work correctly if anti-csrf is disabled (failure 2/2): test/axios.spec.js#L1
FetchError: request to http://localhost:8080/test/setup/app failed, reason: at ClientRequest.<anonymous> (/home/runner/work/supertokens-react-native/supertokens-react-native/supertokens-react-native/TestingApp/node_modules/node-fetch/lib/index.js:1501:11)
test/axios.spec.js.Axios AuthHttpRequest class tests test that calling addAxiosInterceptors multiple times is not a problem (failure 2/2): test/axios.spec.js#L1
FetchError: request to http://localhost:8080/test/setup/app failed, reason: at ClientRequest.<anonymous> (/home/runner/work/supertokens-react-native/supertokens-react-native/supertokens-react-native/TestingApp/node_modules/node-fetch/lib/index.js:1501:11)
test/axios.spec.js.Axios AuthHttpRequest class tests test that user passed config should be sent (failure 2/2): test/axios.spec.js#L1
FetchError: request to http://localhost:8080/test/setup/app failed, reason: at ClientRequest.<anonymous> (/home/runner/work/supertokens-react-native/supertokens-react-native/supertokens-react-native/TestingApp/node_modules/node-fetch/lib/index.js:1501:11)
test/axios.spec.js.Axios AuthHttpRequest class tests test that if an api throws an error it gets propagated to the user with interception (failure 2/2): test/axios.spec.js#L1
FetchError: request to http://localhost:8080/test/setup/app failed, reason: at ClientRequest.<anonymous> (/home/runner/work/supertokens-react-native/supertokens-react-native/supertokens-react-native/TestingApp/node_modules/node-fetch/lib/index.js:1501:11)
test/axios.spec.js.Axios AuthHttpRequest class tests test that if an api throws an error, it gets propergated to the user without interception (failure 2/2): test/axios.spec.js#L1
FetchError: request to http://localhost:8080/test/setup/app failed, reason: at ClientRequest.<anonymous> (/home/runner/work/supertokens-react-native/supertokens-react-native/supertokens-react-native/TestingApp/node_modules/node-fetch/lib/index.js:1501:11)
test/axios.spec.js.Axios AuthHttpRequest class tests test that calling SuperTokens.init more than once works (failure 2/2): test/axios.spec.js#L1
FetchError: request to http://localhost:8080/test/setup/app failed, reason: at ClientRequest.<anonymous> (/home/runner/work/supertokens-react-native/supertokens-react-native/supertokens-react-native/TestingApp/node_modules/node-fetch/lib/index.js:1501:11)
test/axios.spec.js.Axios AuthHttpRequest class tests test interception should not happen when domain is not the one that they gave (failure 2/2): test/axios.spec.js#L1
FetchError: request to http://localhost:8080/test/setup/app failed, reason: at ClientRequest.<anonymous> (/home/runner/work/supertokens-react-native/supertokens-react-native/supertokens-react-native/TestingApp/node_modules/node-fetch/lib/index.js:1501:11)
test/general.error.spec.js.Test general errors when calling sign out Fetch tests Test that getting GENERAL_ERROR from signout throws an error (failure 2/2): test/general.error.spec.js#L63
: Timeout - Async callback was not invoked within the 5000 ms timeout specified by jest.setTimeout.Timeout - Async callback was not invoked within the 5000 ms timeout specified by jest.setTimeout.Error: at new Spec (/home/runner/work/supertokens-react-native/supertokens-react-native/supertokens-react-native/TestingApp/node_modules/jest-jasmine2/build/jasmine/Spec.js:116:22)
test/general.error.spec.js.Test general errors when calling sign out axios tests Test that getting GENERAL_ERROR from signout throws an error (failure 2/2): test/general.error.spec.js#L1
FetchError: request to http://localhost:8080/test/featureFlags failed, reason: at ClientRequest.<anonymous> (/home/runner/work/supertokens-react-native/supertokens-react-native/supertokens-react-native/TestingApp/node_modules/node-fetch/lib/index.js:1501:11)
test/axios.spec.js.Axios AuthHttpRequest class tests testing for init check in doRequest: test/axios.spec.js#L1
AggregateError: at internalConnectMultiple (node:net:1122:18)
test/axios.spec.js.Axios AuthHttpRequest class tests testing getDomain (failure 1/2): test/axios.spec.js#L1
AggregateError: at internalConnectMultiple (node:net:1122:18)
test/axios.spec.js.Axios AuthHttpRequest class tests testing getDomain (failure 2/2): test/axios.spec.js#L1
AggregateError: at internalConnectMultiple (node:net:1122:18)
test/axios.spec.js.Axios AuthHttpRequest class tests testing api methods without config (failure 2/2): test/axios.spec.js#L155
TypeError: Cannot read properties of undefined (reading 'get') at call (/home/runner/work/supertokens-react-native/supertokens-react-native/supertokens-react-native/TestingApp/test/axios.spec.js:155:47)
test/axios.spec.js.Axios AuthHttpRequest class tests testing api methods with config (failure 1/2): test/axios.spec.js#L1
AggregateError: at internalConnectMultiple (node:net:1122:18)
test/axios.spec.js.Axios AuthHttpRequest class tests testing api methods with config (failure 2/2): test/axios.spec.js#L182
TypeError: Cannot read properties of undefined (reading 'get') at call (/home/runner/work/supertokens-react-native/supertokens-react-native/supertokens-react-native/TestingApp/test/axios.spec.js:182:47)
test/axios.spec.js.Axios AuthHttpRequest class tests testing api methods that doesn't exists (failure 2/2): test/axios.spec.js#L240
Error: test failed!!! at call (/home/runner/work/supertokens-react-native/supertokens-react-native/supertokens-react-native/TestingApp/test/axios.spec.js:240:23)
test/axios.spec.js.Axios AuthHttpRequest class tests refresh session (failure 1/2): test/axios.spec.js#L1
AggregateError: at internalConnectMultiple (node:net:1122:18)
test/axios.spec.js.Axios AuthHttpRequest class tests refresh session (failure 2/2): test/axios.spec.js#L1
FetchError: request to http://localhost:8080/test/setup/app failed, reason: at ClientRequest.<anonymous> (/home/runner/work/supertokens-react-native/supertokens-react-native/supertokens-react-native/TestingApp/node_modules/node-fetch/lib/index.js:1501:11)
test/axios.spec.js.Axios AuthHttpRequest class tests test that unauthorised event is not fired on app launch (failure 2/2): test/axios.spec.js#L1
FetchError: request to http://localhost:8080/test/setup/app failed, reason: at ClientRequest.<anonymous> (/home/runner/work/supertokens-react-native/supertokens-react-native/supertokens-react-native/TestingApp/node_modules/node-fetch/lib/index.js:1501:11)
test/axios.spec.js.Axios AuthHttpRequest class tests test that unauthorised event is fired when calling protected route without a session (failure 2/2): test/axios.spec.js#L1
FetchError: request to http://localhost:8080/test/setup/app failed, reason: at ClientRequest.<anonymous> (/home/runner/work/supertokens-react-native/supertokens-react-native/supertokens-react-native/TestingApp/node_modules/node-fetch/lib/index.js:1501:11)
test/axios.spec.js.Axios AuthHttpRequest class tests test rid is there (failure 1/2): test/axios.spec.js#L1
AggregateError: at internalConnectMultiple (node:net:1122:18)
test/axios.spec.js.Axios AuthHttpRequest class tests test rid is there (failure 2/2): test/axios.spec.js#L1
FetchError: request to http://localhost:8080/test/setup/app failed, reason: at ClientRequest.<anonymous> (/home/runner/work/supertokens-react-native/supertokens-react-native/supertokens-react-native/TestingApp/node_modules/node-fetch/lib/index.js:1501:11)
test/axios.spec.js.Axios AuthHttpRequest class tests signout with expired access token (failure 2/2): test/axios.spec.js#L1
FetchError: request to http://localhost:8080/test/setup/app failed, reason: at ClientRequest.<anonymous> (/home/runner/work/supertokens-react-native/supertokens-react-native/supertokens-react-native/TestingApp/node_modules/node-fetch/lib/index.js:1501:11)
test/axios.spec.js.Axios AuthHttpRequest class tests signout with not expired access token (failure 2/2): test/axios.spec.js#L1
FetchError: request to http://localhost:8080/test/setup/app failed, reason: at ClientRequest.<anonymous> (/home/runner/work/supertokens-react-native/supertokens-react-native/supertokens-react-native/TestingApp/node_modules/node-fetch/lib/index.js:1501:11)
test/axios.spec.js.Axios AuthHttpRequest class tests test that custom headers are being sent when logged in (failure 2/2): test/axios.spec.js#L1
FetchError: request to http://localhost:8080/test/setup/app failed, reason: at ClientRequest.<anonymous> (/home/runner/work/supertokens-react-native/supertokens-react-native/supertokens-react-native/TestingApp/node_modules/node-fetch/lib/index.js:1501:11)
test/axios.spec.js.Axios AuthHttpRequest class tests test doesSessionExist works fine when user is logged in (failure 2/2): test/axios.spec.js#L1
FetchError: request to http://localhost:8080/test/setup/app failed, reason: at ClientRequest.<anonymous> (/home/runner/work/supertokens-react-native/supertokens-react-native/supertokens-react-native/TestingApp/node_modules/node-fetch/lib/index.js:1501:11)
test/axios.spec.js.Axios AuthHttpRequest class tests test session should not exist when user calls log out (failure 2/2): test/axios.spec.js#L1
FetchError: request to http://localhost:8080/test/setup/app failed, reason: at ClientRequest.<anonymous> (/home/runner/work/supertokens-react-native/supertokens-react-native/supertokens-react-native/TestingApp/node_modules/node-fetch/lib/index.js:1501:11)
test/axios.spec.js.Axios AuthHttpRequest class tests test that attemptRefreshingSession is working correctly (failure 2/2): test/axios.spec.js#L1
FetchError: request to http://localhost:8080/test/setup/app failed, reason: at ClientRequest.<anonymous> (/home/runner/work/supertokens-react-native/supertokens-react-native/supertokens-react-native/TestingApp/node_modules/node-fetch/lib/index.js:1501:11)
test/axios.spec.js.Axios AuthHttpRequest class tests test that multiple API calls in parallel when access token is expired, only 1 refresh should be called (failure 2/2): test/axios.spec.js#L1
FetchError: request to http://localhost:8080/test/setup/app failed, reason: at ClientRequest.<anonymous> (/home/runner/work/supertokens-react-native/supertokens-react-native/supertokens-react-native/TestingApp/node_modules/node-fetch/lib/index.js:1501:11)
test/axios.spec.js.Axios AuthHttpRequest class tests test that things should work correctly if anti-csrf is disabled (failure 2/2): test/axios.spec.js#L1
FetchError: request to http://localhost:8080/test/setup/app failed, reason: at ClientRequest.<anonymous> (/home/runner/work/supertokens-react-native/supertokens-react-native/supertokens-react-native/TestingApp/node_modules/node-fetch/lib/index.js:1501:11)
test/axios.spec.js.Axios AuthHttpRequest class tests test that calling addAxiosInterceptors multiple times is not a problem (failure 2/2): test/axios.spec.js#L1
FetchError: request to http://localhost:8080/test/setup/app failed, reason: at ClientRequest.<anonymous> (/home/runner/work/supertokens-react-native/supertokens-react-native/supertokens-react-native/TestingApp/node_modules/node-fetch/lib/index.js:1501:11)
test/axios.spec.js.Axios AuthHttpRequest class tests test that user passed config should be sent (failure 2/2): test/axios.spec.js#L1
FetchError: request to http://localhost:8080/test/setup/app failed, reason: at ClientRequest.<anonymous> (/home/runner/work/supertokens-react-native/supertokens-react-native/supertokens-react-native/TestingApp/node_modules/node-fetch/lib/index.js:1501:11)
test/axios.spec.js.Axios AuthHttpRequest class tests test that if an api throws an error it gets propagated to the user with interception (failure 2/2): test/axios.spec.js#L1
FetchError: request to http://localhost:8080/test/setup/app failed, reason: at ClientRequest.<anonymous> (/home/runner/work/supertokens-react-native/supertokens-react-native/supertokens-react-native/TestingApp/node_modules/node-fetch/lib/index.js:1501:11)
test/axios.spec.js.Axios AuthHttpRequest class tests test that if an api throws an error, it gets propergated to the user without interception (failure 2/2): test/axios.spec.js#L1
FetchError: request to http://localhost:8080/test/setup/app failed, reason: at ClientRequest.<anonymous> (/home/runner/work/supertokens-react-native/supertokens-react-native/supertokens-react-native/TestingApp/node_modules/node-fetch/lib/index.js:1501:11)
test/axios.spec.js.Axios AuthHttpRequest class tests test that calling SuperTokens.init more than once works (failure 2/2): test/axios.spec.js#L1
FetchError: request to http://localhost:8080/test/setup/app failed, reason: at ClientRequest.<anonymous> (/home/runner/work/supertokens-react-native/supertokens-react-native/supertokens-react-native/TestingApp/node_modules/node-fetch/lib/index.js:1501:11)
test/axios.spec.js.Axios AuthHttpRequest class tests test interception should not happen when domain is not the one that they gave (failure 2/2): test/axios.spec.js#L1
FetchError: request to http://localhost:8080/test/setup/app failed, reason: at ClientRequest.<anonymous> (/home/runner/work/supertokens-react-native/supertokens-react-native/supertokens-react-native/TestingApp/node_modules/node-fetch/lib/index.js:1501:11)