wallabyjs / atom-wallaby

Wallaby.js atom package starter
Other
57 stars 6 forks source link

Error "describe is not defined" #46

Closed yamsellem closed 2 years ago

yamsellem commented 7 years ago

Hi,

I'm using wallaby with this configuration and getting the odd error, "describe is not defined" pointing to the first test it finds.

module.exports = function() {
    return {
        files: [
            'lib/**/*.js'
        ],

        tests: [
            'test/unit/**/*-test.js'
        ],

        env: {
            type: 'node',
            params: {
                env: 'NODE_ENV=test'
            }
        }
    };
};
ArtemGovorov commented 7 years ago

Hi,

What's the output in the Wallaby Console?

jsvanilla commented 2 years ago

I have the same problem with VS-Code create-react-app --typescript aplication when i open the app.test.ts file

Captura de Pantalla 2021-09-26 a la(s) 5 21 27
jsvanilla commented 2 years ago
Captura de Pantalla 2021-09-26 a la(s) 5 23 23
ArtemGovorov commented 2 years ago

@jsvanilla Can you please create an issue here at https://github.com/wallabyjs/public/issues/new and share your Wallaby Diagnostics Report as described in the issue template?