hbenl / vscode-jasmine-test-adapter

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

Bump jasmine version or use the workspace version #50

Closed vsDizzy closed 2 years ago

vsDizzy commented 2 years ago

Currently referenced Jasmine version 3.6.3 is missing "jsLoader" configuration option. So I'm having troubles running tests with ts-node and type=module in package.json. Please bump Jasmine version to 4.0.2 or even allow to use Jasmine from the workspace packages.

hbenl commented 2 years ago

I've released a new version that includes Jasmine 4.0.2.

or even allow to use Jasmine from the workspace packages.

That was already possible: https://github.com/hbenl/vscode-jasmine-test-adapter/blob/d6c4a5d23e8af3755bebfb42ef220a18e03122a1/README.md?plain=1#L61