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 c696d1f commit d05e4c3Copy full SHA for d05e4c3
src/hub/reducers.test.ts
@@ -1,5 +1,5 @@
1
// SPDX-License-Identifier: MIT
2
-// Copyright (c) 2021-2023 The Pybricks Authors
+// Copyright (c) 2021-2024 The Pybricks Authors
3
4
import { AnyAction } from 'redux';
5
import {
@@ -47,6 +47,7 @@ test('initial state', () => {
47
"preferredFileFormat": null,
48
"runtime": "hub.runtime.disconnected",
49
"useLegacyDownload": false,
50
+ "useLegacyStartUserProgram": false,
51
"useLegacyStdio": false,
52
}
53
`);
0 commit comments