hbenl / vscode-jasmine-test-adapter

Jasmine Test Adapter for the VS Code Test Explorer
MIT License
20 stars 20 forks source link

TS Errors issue #43

Open peteringram0 opened 3 years ago

peteringram0 commented 3 years ago

Im running with:

"jasmineExplorer.config": "test/unit/jasmine.json",
"jasmineExplorer.nodeArgv": ["-r", "ts-node/register"]

im getting this:

/node_modules/ts-node/src/index.ts:434
    return new TSError(diagnosticText, diagnosticCodes)
           ^
TSError: ⨯ Unable to compile TypeScript:

How do i ignore these errors for now please?