Skip to content

Commit

Permalink
test: add with tip case
Browse files Browse the repository at this point in the history
  • Loading branch information
TarekkMA committed Nov 14, 2024
1 parent d549395 commit 76f1e24
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ describeSuite({
});
}

for (const withTip of [false]) {
for (const withTip of [false, true]) {
it({
id: `T${++testCounter}`,
title:
Expand Down

0 comments on commit 76f1e24

Please sign in to comment.