Skip to content

Conversation

@NicholasEymann
Copy link
Contributor

I got these tests working, but not without adding/changing a bunch of things. It seems the tests were originally written to use grunt and somewhere along the line the example config file got deleted.


Setup and install

```
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

updating the readme to reflect changes in how tests are run

@@ -0,0 +1,4 @@
module.exports = function(reach) {
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is the file that got deleted that every test calls to set up the reach auth

reach = require('../dist/reach.min.js');
fs = require('fs');
require('./config.js')(reach);
}
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

for some reason these authentication calls were put into the individual test pages. That's unnecessary with the included config file.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants