|
@@ -6,6 +6,7 @@ import type {
|
|
|
} from 'sentry/views/replays/types';
|
|
|
|
|
|
import type {Replay} from './replay';
|
|
|
+import {MOCK_RESP_VERBOSE} from './ruleConditions';
|
|
|
|
|
|
type SimpleStub<T = any> = () => T;
|
|
|
|
|
@@ -87,6 +88,7 @@ type TestStubFixtures = {
|
|
|
InstallWizard: OverridableStub;
|
|
|
JiraIntegration: OverridableStub;
|
|
|
JiraIntegrationProvider: OverridableStub;
|
|
|
+ MOCK_RESP_VERBOSE: typeof MOCK_RESP_VERBOSE;
|
|
|
Member: OverridableStub;
|
|
|
Members: OverridableStubList;
|
|
|
MetricRule: OverridableStub;
|
|
@@ -202,8 +204,6 @@ type TestStubFixtures = {
|
|
|
// AsanaAutocomplete(type = 'project', values = [DEFAULT_AUTOCOMPLETE])
|
|
|
// PhabricatorAutocomplete(type = 'project', values = null)
|
|
|
// RoleList(params = [], fullAccess = false)
|
|
|
-
|
|
|
- // const MOCK_RESP_VERBOSE
|
|
|
// const MOCK_RESP_ONLY_IGNORED_CONDITIONS_INVALID
|
|
|
// const MOCK_RESP_INCONSISTENT_PLACEHOLDERS
|
|
|
// const MOCK_RESP_INCONSISTENT_INTERVALS
|