Skip to content

Commit 5bc9edb

Browse files
correctly skip tests
1 parent 5856f2b commit 5bc9edb

File tree

4 files changed

+229
-215
lines changed

4 files changed

+229
-215
lines changed

global.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ declare global {
2121
idmsMockServer?: true;
2222
nodejs?: string;
2323
predicate?: (test?: Mocha.Test) => true | string;
24+
environmentVariables?: string[]
2425
};
2526

2627
sessions?: {

0 commit comments

Comments
 (0)