Skip to content

Instantly share code, notes, and snippets.

@lewiscowper
Last active August 29, 2015 14:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lewiscowper/e8c3054f985678ab990a to your computer and use it in GitHub Desktop.
Save lewiscowper/e8c3054f985678ab990a to your computer and use it in GitHub Desktop.
it('checking scope values', function () {
expect(_scope.foo).toBe(false);
expect(_scope.bar).toBe(true);
expect(_scope.qux()).toBe(false);
expect(_scope.baz.quux[0].fred).toBe(true);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment