Skip to content

Commit

Permalink
docs: add TODO comment about creating two environments
Browse files Browse the repository at this point in the history
  • Loading branch information
rti committed Jan 10, 2025
1 parent ea8f8d9 commit 6759a74
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/cli.ts
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ const commandHandler = async ( argv ): Promise<void> => {
const { testEnv } = await import(
`./suites/${ suiteNames[ 0 ] }/${ suiteNames[ 0 ] }.conf.ts`
);
// TODO: here we could create two envs, one for lts, one for latest
await testEnv.up();
exitCode = 0;
} else {
Expand Down

0 comments on commit 6759a74

Please sign in to comment.