Skip to content

Instantly share code, notes, and snippets.

@Bolza
Created March 9, 2015 18:03
Show Gist options
  • Save Bolza/4cd50ef3fb7acd5178da to your computer and use it in GitHub Desktop.
Save Bolza/4cd50ef3fb7acd5178da to your computer and use it in GitHub Desktop.
AngularJS Test: Testing Routes
beforeEach(module('app', function($stateProvider) {
$stateProvider.state('default', {
url: '/',
});
}));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment