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 4fc9e92 commit c9e04faCopy full SHA for c9e04fa
1 file changed
tests/registry/updaterRegistry.test.ts
@@ -7,8 +7,8 @@ describe('UpdaterRegistry', () => {
7
await registry.loadUpdaters();
8
const allUpdaters = registry.getAllUpdaters();
9
10
- // There are 6 updaters in the src/updaters directory
11
- expect(allUpdaters).toHaveLength(6);
+ // There are all updaters in the src/updaters directory
+ expect(allUpdaters).toHaveLength(7);
12
13
// Check if all platforms are loaded
14
const platforms = allUpdaters.map((updater) => updater.platform);
0 commit comments