There was an error while loading. Please reload this page.
When running tests using npm run test, the following TypeScript error occurs in some of the tests:
npm run test
Property 'requireActual' does not exist on type 'Require'.
This happens in test files where require.requireActual is used:
require.requireActual
const removeContextProvider = require.requireActual('../remove-context-provider');