Skip to content
#

kcd-edu

Here are 62 public repositories matching this topic...

p10ns11y
p10ns11y commented Apr 3, 2020

isn't the following is more readable and better than what we have in src/utils/__tests__/auth.final.extra-3.js

test.each([
  ['a2c!', 'too short', false],
  ['123456!', 'no alphabet characters', false],
  ['ABCdef!', 'no numbers', false],
  ['abc123!', 'no uppercase letters', false],
  ['ABC123!', 'no lowercase letters', false],
  ['ABCdef123', 'no non-alphanumeric charac

Improve this page

Add a description, image, and links to the kcd-edu topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the kcd-edu topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.