Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>Jasmine Problem MatcherNew to Visual Studio Code? Get it now.
Jasmine Problem Matcher

Jasmine Problem Matcher

Sean Sobey

|
9,257 installs
| (1) | Free
A problem matcher to show Jasmine spec errors when running tests in the terminal.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Jasmine Problem Matcher

issues license

A problem matcher to show Jasmine spec errors when running tests in the terminal.

Preview

preview

Usage

You can enable this problem matcher by using its name "$jasmine".

The following example shows how to add problem matchers to your project:

{
	"version": "2.0.0",
	"type": "shell",
	"tasks": [
		{
			"taskName": "test",
			"command": "jasmine",
			"group": "test",
			"args": [],
			"problemMatcher": "$jasmine"
		}
	]
}

Note: If you are using Typescript you can use jasmine-ts-console-reporter to remap the matched error file to your typescript source.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft