Amr Salem

Results 3 comments of Amr Salem

@vitalishapovalov thanks for the workaround but it didn't help unfortunately, annotation still undefined

still facing same issue here is my configs for jest ``` module.exports = { runner: "groups", testMatch: [ "**/__tests__/**/*.+(ts|tsx|js)", "**/?(*.)+(spec|test).+(ts|tsx|js)" ], testRunner: "jest-circus/runner", globalSetup: '/setup.ts', globalTeardown: '/teardown.ts', setupFilesAfterEnv: [ './jest.setup.js',...

@vitalishapovalov thanks for sharing this, but could you provide a sample for a snippet on how exactly I can run one single test that will run in dry mode and...