Skip to content

Tern & Jasmine support

Angelo edited this page Sep 9, 2015 · 4 revisions

tern-jasmine provides the Jasmine tern plugin which gives you a support for Jasmine.

After installing and converting your project as Tern Project, go at Tern project property, go at Tern project property, click on Tern / Modules item and select the jasmine tern plugin :

Select Jasmine Plugin

After that you can benefit with Jasmine completion like describe, it, etc:

Jasmine describe Completion

After applying describe completion, it generates the full signature of the function:

Jasmine describe Completion Apply

You can benefit with Jasmine completion expect available matchers:

Jasmine describe Completion Apply

This Jasmine tern plugin can be used inside WebBrowser. You can see demo TODO.

Clone this wiki locally