Skip to content

Commit 773bbfd

Browse files
authored
Add Dev-2-4 and Release-2-3 as test environments (#1296)
1 parent 4984d89 commit 773bbfd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/internal-test-env/src/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@ import {
3232
} from "@inrupt/solid-client";
3333

3434
export const availableEnvironments = [
35+
"ESS Dev-2-4" as const,
36+
"ESS Release-2-3" as const,
3537
"ESS Dev-2-3" as const,
36-
"ESS Dev-2-2" as const,
3738
"ESS PodSpaces" as const,
38-
"NSS" as const,
3939
"Custom" as const,
4040
];
4141

0 commit comments

Comments
 (0)