Skip to content

Commit 66cd25e

Browse files
committed
only test active
1 parent eeb4058 commit 66cd25e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/scenarios/server/all-scenarios.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { spawn, ChildProcess } from 'child_process';
2-
import { listClientScenarios, getClientScenario } from '../index.js';
2+
import { getClientScenario, listActiveClientScenarios } from '../index.js';
33
import path from 'path';
44

55
describe('Server Scenarios', () => {
@@ -76,7 +76,7 @@ describe('Server Scenarios', () => {
7676
});
7777

7878
// Generate individual test for each scenario
79-
const scenarios = listClientScenarios();
79+
const scenarios = listActiveClientScenarios();
8080

8181
for (const scenarioName of scenarios) {
8282
it(`${scenarioName}`, async () => {

0 commit comments

Comments
 (0)