Skip to content

Commit

Permalink
feat: updated test cases for tenantid regex
Browse files Browse the repository at this point in the history
  • Loading branch information
danielc92 committed Sep 20, 2023
1 parent 7bedbf2 commit f3e1133
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ describe("REGEXES SUITE", () => {
*/
it.each([
{input: "brand-brand", output: true},
{input: "brand-brand-brand", output: true},
{input: "brand_brand", output: true},
{input: "Brand_Brand", output: true},
{input: "BRAND-BRAND", output: true},
Expand Down

0 comments on commit f3e1133

Please sign in to comment.