Skip to content

A stub for use in testing Meteor apps. Fakes the oauth calls amongst other APIs.

License

Notifications You must be signed in to change notification settings

xolvio/meteor-github-stub

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

github-stub

A stub for use in testing Meteor apps. Stubs the oauth calls and allows you to fake stub more.

#Get the Book To learn more about testing with Meteor, consider purchasing our book The Meteor Testing Manual.

Your support helps us continue our work on Velocity and related frameworks.

##Usage:

If you are using GitHub authentication, add this package like this:

meteor add xolvio:github-stub

Your app will no longer authenticate with GitHub in development mode and will authenticate with a fake user even if you do not have an internet connection. This package does not affect production as it is a debugOnly package.

This package is an example of how to use xolvio:http-interceptor to test your app.

About

A stub for use in testing Meteor apps. Fakes the oauth calls amongst other APIs.

Resources

License

Stars

Watchers

Forks

Packages

No packages published