issues Search Results · repo:xolvio/rtd language:JavaScript
Filter by
120 results
(76 ms)120 results
inxolvio/rtd (press backspace or delete to remove)gregorynicholas
- 3
- Opened on Dec 17, 2015
- #170
I get several issues with running npm install:
npm ERR! Error: ENOENT, lstat /Users/Aram/Development/Work/Ewash/meteor-rtd-example-project/node_modules/rtd/node_modules/grunt-coffeelint/node_modules/coffeelint/node_modules/coffee-script/lib/coffee-script/nodes.js ...
aramk
- 3
- Opened on Jun 1, 2014
- #168
Starting the rtd script (./node_modules/.bin/rtd) without --debug option results in an infinite loop. (see
https://github.com/xolvio/rtd/blob/master/Gruntfile.js#L210)
I guess your intention was:
for ...
pgorecki
- 1
- Opened on May 17, 2014
- #167
Hi
I have this code which I want to test.
Template.xyz.helpers({
some_helper: function() {
var id = Session.get( id );
if(id == this._id)
return true;
}
});
But I don t know how to ...
D-Ne0
- 3
- Opened on May 16, 2014
- #166
In my project I have defined template events in the following way:
Template.xyz.events = {
click .some-class : function () {}
};
When I call Template.xyz.fireEvent( click .some-class ) in a spec ...
D-Ne0
- 2
- Opened on May 15, 2014
- #165
Unfortunately when I am going to test a get request for a page it will responde with
UnknownError: { errorMessage : undefined is not a function (evaluating document.postCoverage() ) , request :{ ...
monbro
- 1
- Opened on Apr 30, 2014
- #164
Just (finally) got rid of all my phantomjs errors when running ./rtd --debug
One thing that had me stuck for quite some time was the RouteController stub in iron-router-stubs.js. The issue happens
when ...
tixpaul
- 1
- Opened on Apr 29, 2014
- #162
I load libraries for my unit testing purpose, such as underscore.js which I load by customizing karma.conf.js
However, that also meant that jshint was checking my loaded underscore.js for errors. I tried ...
geekyme
- 2
- Opened on Apr 28, 2014
- #161
When i start up rtd...
pre
RTD is starting up... Selenium-server on port 4444 Karma listener on port 9876 Karma runner on port 9100 Meteor on
port 3000 Mirror on port 8000 Waiting...2014-04-28 01:24 ...
geekyme
- 1
- Opened on Apr 27, 2014
- #160
I ve ran a clean installation of RTD and have not written any unit tests suite nor acceptance tests yet. But when i run
./rtd, I get something strange.
Seems like RTD is telling me something about simple-schema ...
geekyme
- 6
- Opened on Apr 27, 2014
- #159

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.