Skip to content

Commit 5627663

Browse files
committed
chore: more prettier
1 parent 3879b2b commit 5627663

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/test-app/tests/utils/debounce/js-test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,9 @@ module('Utils | debounce | js', function (hooks) {
5151

5252
assert.strictEqual(test.debouncedValue, 'initial', 'Value is as given at first');
5353

54-
test.value = 'new'
54+
test.value = 'new';
5555

56-
assert.notEqual(test.debouncedValue, test.value, 'Value and debounced value have diverged')
56+
assert.notEqual(test.debouncedValue, test.value, 'Value and debounced value have diverged');
5757

5858
await timeout(50);
5959

0 commit comments

Comments
 (0)