We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d64b667 commit 7fc20b5Copy full SHA for 7fc20b5
test/unit-tests/components/views/elements/AppTile-test.tsx
@@ -347,7 +347,7 @@ describe("AppTile", () => {
347
beforeEach(async () => {
348
// Do not carry across settings from previous tests
349
SettingsStore.reset();
350
- // Recalculate now that settings has been applied.
+ // Recalculate now that settings has been reset.
351
// @ts-ignore
352
await WidgetLayoutStore.instance.onReady();
353
0 commit comments