tern-jasminematchers

0.1.7 • Public • Published

tern-jasminematchers

A Tern plugin adding Jasmine-Matchers support.

Npm package

tern-jasminematchers screenshot

Installation with tern_for_vim

  1. Go to your tern_for_vim directory
cd ~/.vim/bundle/tern_for_vim
  1. Install tern-jasmine(if not installed)
npm install tern-jasmine@0.2.0
  1. Install tern-jasminematchers
npm install tern-jasminematchers
  1. Put
{
  ...
  "plugins": {
    ...
    "jasmine": {},
    "jasminematchers": {},
    ...
  }
  ...
}

into your project's .tern-project file(to plugins section).

Package Sidebar

Install

npm i tern-jasminematchers

Weekly Downloads

2

Version

0.1.7

License

MIT

Last publish

Collaborators

  • ik9999