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

Wallaby.js doesn't update core while running (with AVA tests) #753

Closed
danzel opened this issue Aug 22, 2016 · 2 comments
Closed

Wallaby.js doesn't update core while running (with AVA tests) #753

danzel opened this issue Aug 22, 2016 · 2 comments

Comments

@danzel
Copy link

danzel commented Aug 22, 2016

Issue description or question

Since switching to use AVA tests, I've found that when the "Updating Wallaby JS core" message appears, it just sits around and doesn't finish.
Only if I stop running wallabyjs (ctrl-shift-=, stop) will the update complete.

Wallaby.js configuration file

module.exports = function (w) {

    return {
        files: [
            'src/**/*.ts',
            'test/utils/**/*.ts'
        ],

        tests: [
            'test/**/*Spec.ts'
        ],

        testFramework: 'ava',
        env: {
            type: 'node'
        }
    };
};

Code editor or IDE name and version

Visual Studio Code v1.4.0

OS name and version

Windows

@ArtemGovorov
Copy link
Member

Thanks for the report.

Wallaby.js for VS Code has always been doing the actual update when wallaby.js is stopped. It's just perhaps before using AVA you didn't notice it because wallaby was getting the update and installing it while you had it stopped.

There was an issue with the Updating Wallaby JS core message though. It was displayed when wallaby would discover that there's a newer version, as opposed to displaying it right before the update. So it was incorrectly showing the message and waiting until the stop to apply the update. Now it's fixed the extension v1.0.21 and the message gets displayed right before applying the update, so it's not confusing anymore.

@danzel
Copy link
Author

danzel commented Aug 22, 2016

Cool, thanks for the news :)

On Monday, 22 August 2016, Artem Govorov notifications@github.com wrote:

Thanks for the report.

Wallaby.js for VS Code has always been doing the actual update when
wallaby.js is stopped. It's just perhaps before using AVA you didn't notice
it because wallaby was getting the update and installing it while you had
it stopped.

There was an issue with the Updating Wallaby JS core message though. It
was displayed when wallaby would discover that there's a newer version, as
opposed to displaying it right before the update. So it was incorrectly
showing the message and waiting until the stop to apply the update. Now
it's fixed the extension v1.0.21 and the message gets displayed right
before applying the update, so it's not confusing anymore.


You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
#753 (comment),
or mute the thread
https://github.com/notifications/unsubscribe-auth/AAX_ftAsiTkrIWSaO0prObQdWq4Z46pHks5qiUJNgaJpZM4Jpdm1
.

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

No branches or pull requests

2 participants