@dreamboard-games/cli 0.1.30-alpha.27 → 0.1.30-alpha.29

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2,7 +2,7 @@
2
2
  import {
3
3
  applyWorkspaceCodegen,
4
4
  materializeWorkspaceProject
5
- } from "./chunk-LEUC3W2L.js";
5
+ } from "./chunk-QIVDPQME.js";
6
6
  import "./chunk-EQNBQVIW.js";
7
7
  import "./chunk-2H7UOFLK.js";
8
8
  export {
@@ -26,7 +26,7 @@ import {
26
26
  writeWorkspaceJsonFile,
27
27
  writeWorkspaceTextFile,
28
28
  zProblemDetails
29
- } from "./chunk-LEUC3W2L.js";
29
+ } from "./chunk-QIVDPQME.js";
30
30
  import {
31
31
  clearCredentials,
32
32
  getStoredSession,
@@ -3915,6 +3915,11 @@ async function runReducerNativeScenarios(options) {
3915
3915
  options.runner
3916
3916
  )
3917
3917
  );
3918
+ if (runnerScenarios.length === 0) {
3919
+ throw new Error(
3920
+ `No scenarios found for runner '${options.runner}'. Add runners: ["${options.runner}"] to at least one scenario in test/scenarios/*.scenario.ts.`
3921
+ );
3922
+ }
3918
3923
  let browserBridge = null;
3919
3924
  let browserDriver = null;
3920
3925
  if (options.runner === "browser") {
@@ -4299,4 +4304,4 @@ export {
4299
4304
  isLocalMaintainerRegistryEnabled,
4300
4305
  didLocalMaintainerSnapshotChange
4301
4306
  };
4302
- //# sourceMappingURL=chunk-BOO4OFZR.js.map
4307
+ //# sourceMappingURL=chunk-NFCRMXEV.js.map