vuejs / vue-class-component

ES / TypeScript decorator for class-style Vue components.
MIT License
5.81k stars 429 forks source link

Test failed on Windows #490

Closed ygj6 closed 3 years ago

ygj6 commented 3 years ago

I found a test failure on windows, Here is my platform version:

    windows 10
    Node 14.6.0
    Yarn 1.22.10
    VS Code 1.51.1

My compile and test process:

    npm run build
    npm run test

Error Message:

$ BABEL_TEST=1 jest
'BABEL_TEST'  is not an internal or external command, nor an executable program or batch file.
error Command failed with exit code 1.