Skip to content

Commit

Permalink
Merge pull request #9 from 92green/release/2
Browse files Browse the repository at this point in the history
feat: updated test cases for tenantid regex
  • Loading branch information
danielc92 committed Sep 20, 2023
2 parents 9ba02d6 + 55d026b commit 20a6563
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@


## [0.2.0-6](https://github.com/92green/reusable-regex/compare/0.2.0-5...0.2.0-6) (2023-09-20)


### Features

* updated test cases for tenantid regex ([f3e1133](https://github.com/92green/reusable-regex/commit/f3e113313bf318aa19e61dce73e2548958f97a8d))

## [0.2.0-5](https://github.com/92green/reusable-regex/compare/0.2.0-4...0.2.0-5) (2023-09-20)


Expand Down
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
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@92green/reusable-regex",
"version": "0.2.0-5",
"version": "0.2.0-6",
"description": "Resuable regexes for blueflag projects.",
"main": "index.js",
"author": "Daniel Corcoran",
Expand Down

0 comments on commit 20a6563

Please sign in to comment.