Skip to content

Instantly share code, notes, and snippets.

@alanbsmith
Created January 15, 2018 21:34
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 alanbsmith/1ff00ca0a525d37d2fc879cc6ddcc2ed to your computer and use it in GitHub Desktop.
Save alanbsmith/1ff00ca0a525d37d2fc879cc6ddcc2ed to your computer and use it in GitHub Desktop.
// __tests__/validatePhone.js
...
it("should support an optional US country code", () => {
const validator = validatePhone("+1(202) 224 3121");
expect(validator).toBe(true);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment