Skip to content

Instantly share code, notes, and snippets.

@tomasmalmsten
Created January 21, 2014 09:54
Show Gist options
  • Save tomasmalmsten/8537309 to your computer and use it in GitHub Desktop.
Save tomasmalmsten/8537309 to your computer and use it in GitHub Desktop.
First simple test for Angular application
test('Simple controller test', function() {
ok(scope.nodes.length == 2);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment