We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e19140 commit 126f560Copy full SHA for 126f560
1 file changed
redisinsight/api/test/helpers/test/conditionalIgnore.ts
@@ -49,7 +49,7 @@ export const tag = function (...tags: string[]) {
49
if (!filter?.length) return;
50
51
if (!tags.some((t) => filter.includes(t))) {
52
- before(function (this: Mocha.Context) {
+ before(function (this: { skip: () => void }) {
53
this.skip();
54
});
55
}
0 commit comments