### π Bug Report #### **Description** When running tests using `npm run test`, the following TypeScript error occurs in some of the tests: ``` Property 'requireActual' does not exist on type 'Require'. ``` This happens in test files where `require.requireActual` is used: ```ts const removeContextProvider = require.requireActual('../remove-context-provider'); ```