UNPKG

testplane

Version:

Tests framework based on mocha and wdio

5 lines (4 loc) 323 B
import { type SelectivityModeValue } from "../../../config/types"; export declare const selectivityIsDisabled: (mode: SelectivityModeValue) => boolean; export declare const selectivityShouldWrite: (mode: SelectivityModeValue) => boolean; export declare const selectivityShouldRead: (mode: SelectivityModeValue) => boolean;