Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error with jest + mobx #1885

Closed
dandevs opened this issue Oct 24, 2018 · 1 comment
Closed

Error with jest + mobx #1885

dandevs opened this issue Oct 24, 2018 · 1 comment

Comments

@dandevs
Copy link

dandevs commented Oct 24, 2018

Issue description or question

Using [email protected] and [email protected] there seems to be issue running this test in wallaby but not jest itself

related: jestjs/jest#6391

Error:
image

Expected:
image

Wallaby.js configuration file

module.exports = (wallaby) => ({
    tests: ["_test/**/*.js"],
    files: ["src/**/*.js"],

    env: {
        type: "node",
        runner: "node"
    },

    testFramework: "jest"
})

Code editor or IDE name and version

Visual Studio Code v1.28.2

OS name and version

Windows

@ArtemGovorov
Copy link
Member

Thanks for the report. The issue is fixed and the fix is published in the latest Wallaby core.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants