astagi / workerloader-jest-transformer

🃏 Jest transformer for Webpack worker-loader
MIT License
15 stars 3 forks source link

Strange #1

Closed FDiskas closed 3 years ago

FDiskas commented 3 years ago

It reverses expect with actual results. :D

    transform: {
        '^.+\\.worker.[t|j]sx?$': 'workerloader-jest-transformer',
        '^.+\\.(ts|js|html)$': 'ts-jest',
    },
astagi commented 3 years ago

Hi @FDiskas thank you for reporting the issue! Could you please be more specific? I can't understand what kind of problem you're experiencing

FDiskas commented 3 years ago

@astagi I'm so sorry about this issue - I need to rest more probably.