Skip to content

Commit

Permalink
update normalize options unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
JLHwung committed May 17, 2023
1 parent d77c372 commit 41a9b86
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -148,6 +148,7 @@ describe("normalize-options", () => {
expect(
normalizeOptions({ include: ["proposal-.*-regex"] }).include,
).toEqual([
"transform-unicode-sets-regex",
"transform-dotall-regex",
"transform-unicode-property-regex",
"transform-named-capturing-groups-regex",
Expand All @@ -158,6 +159,7 @@ describe("normalize-options", () => {
expect(
normalizeOptions({ include: ["transform-.*-regex"] }).include,
).toEqual([
"transform-unicode-sets-regex",
"transform-dotall-regex",
"transform-unicode-property-regex",
"transform-named-capturing-groups-regex",
Expand Down

0 comments on commit 41a9b86

Please sign in to comment.