Skip to content

Commit 126f560

Browse files
committed
fix ts again
1 parent 6e19140 commit 126f560

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

redisinsight/api/test/helpers/test/conditionalIgnore.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ export const tag = function (...tags: string[]) {
4949
if (!filter?.length) return;
5050

5151
if (!tags.some((t) => filter.includes(t))) {
52-
before(function (this: Mocha.Context) {
52+
before(function (this: { skip: () => void }) {
5353
this.skip();
5454
});
5555
}

0 commit comments

Comments
 (0)