Skip to content

Commit

Permalink
[AAE-19968] Refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
wiktord2000 committed Feb 8, 2024
1 parent 6611b34 commit 284cdb8
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ describe('WidgetVisibilityService', () => {

it('using == and return true', () => {
const resultsArray = evaluateConditions([
[true, true],
[false, false],
['true', true],
[true, 'true'],
Expand All @@ -83,7 +82,6 @@ describe('WidgetVisibilityService', () => {
it('using == and return false', () => {
const resultsArray = evaluateConditions([
[true, false],
[false, true],
['false', true],
[false, 'true'],
['false', 'true'],
Expand All @@ -103,7 +101,6 @@ describe('WidgetVisibilityService', () => {
['4', 123],
[0, 1],
[true, false],
[false, true],
['false', true],
[false, 'true'],
['false', 'true']
Expand All @@ -120,7 +117,6 @@ describe('WidgetVisibilityService', () => {
['7', 7],
[0, 0],
[true, true],
[false, false],
['true', true],
[true, 'true'],
['true', 'true']
Expand Down

0 comments on commit 284cdb8

Please sign in to comment.