angelozerr / angularjs-eclipse

AngularJS Eclipse Plugin
https://angularjs.org/
Eclipse Public License 1.0
328 stars 90 forks source link

Tests angular tern plugin #159

Closed angelozerr closed 9 years ago

angelozerr commented 9 years ago

AngularJS Eclipse use tern angular https://github.com/angelozerr/tern.java/blob/master/core/ternjs/node_modules/tern/plugin/angular.js which is a fork of https://github.com/marijnh/tern/blob/master/plugin/angular.js

My goal is to contribute to the original angular tern step by step. Tests are very important. Today it exists in Java https://github.com/angelozerr/tern.java/tree/master/core/tern.core.tests/src/tern/server/protocol/angular

But I have decided to create https://github.com/angelozerr/tern-angularjs which will host a lot of tests. I have started for the nes features "compeltion for modules dependencies https://github.com/angelozerr/tern-angularjs/tree/master/test/module)

So if there a bug, it should be cool if a test can be written.

angelozerr commented 9 years ago

I close this issue, now tests for angualr will be done https://github.com/angelozerr/tern-angularjs