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 18, 2023
1 parent 012b563 commit 39a3385
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
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 39a3385

Please sign in to comment.