10000 GitHub - andresdominguez/inject-test: Idea plugin helper to inject services for angular jasmine tests
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

andresdominguez/inject-test

Repository files navigation

inject-test

IntelliJ / WebStorm / PhpStorm plugin to inject services for angular jasmine tests.

Adds an injectable parameter and a variable to an Angular 1.x JavaScript Jasmine unit test.

Select the name of the service or injectable you want to add to your unit test and the plugin will perform the following actions:

  • Adds a parameter to the inject() function callback
  • Assigns the name of the injectable the current selection
  • Creates a variable at the top-level descrbe to assign the injectable

plugin animation

Installation instructions

  • Download inject-test.jar
  • Go to Settings / Plugins / Install plugin from disk...
  • Restart

installation animation

About

Idea plugin helper to inject services for angular jasmine tests

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0