Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

refactor(*): use toBeUndefined function instead of tobe(undefined) fu… #14185

Closed
wants to merge 1 commit into from

Conversation

m-amr
Copy link
Contributor

@m-amr m-amr commented Mar 6, 2016

  • What kind of change does this PR introduce? (Bug fix, feature, docs update, ...)
  • What is the current behavior? (You can also link to an open issue here)
  • What is the new behavior (if this is a feature change)?
  • Does this PR introduce a breaking change?
  • Please check if the PR fulfills these requirements
  • The commit message follows our guidelines: https://github.com/angular/angular.js/blob/master/CONTRIBUTING.md#commit-message-format
  • Tests for the changes have been added (for bug fixes / features)
  • Docs have been added / updated (for bug fixes / features)
  • Other information:

…nction

use toBeUndefined for code consistency
fixes #14184

@m-amr m-amr force-pushed the refactor_to_be_undefined branch from 4f001aa to c1d9f87 Compare March 6, 2016 23:33
@m-amr m-amr closed this Mar 6, 2016
@m-amr m-amr force-pushed the refactor_to_be_undefined branch from c1d9f87 to 6a336ba Compare March 6, 2016 23:38
…nction

use toBeUndefined for code consistency
fixes angular#14184
@m-amr m-amr reopened this Mar 6, 2016
petebacondarwin pushed a commit that referenced this pull request Mar 7, 2016
@petebacondarwin
Copy link
Contributor

Landed and backported to 1.5.x

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

refactor tests use toBeUndefined() function instead of toBe(undefined)
3 participants