Skip to content

Commit

Permalink
update unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sumitd94 committed Nov 24, 2023
1 parent 87e8878 commit 7b4f61d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tests/integration/components/self-clear-cache-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,11 @@ module('Integration | Component | self-clear-cache', function (hooks) {

test('should render the component with relevant details', async function (assert) {
this.setProperties({
onClearCache: () => {},
purgeCache: () => {},
count: 3,
isPurginCache: false,
cacheTriggeredPending: false,
isDevMode: true,
isPurgingCache: false,
});

await render(hbs`
Expand Down

0 comments on commit 7b4f61d

Please sign in to comment.