mirror of
https://github.com/grafana/grafana.git
synced 2025-07-29 22:32:24 +08:00
6 lines
188 B
TypeScript
6 lines
188 B
TypeScript
import { setupWorker } from 'msw/browser';
|
|
|
|
import allAlertingHandlers from 'app/features/alerting/unified/mocks/server/all-handlers';
|
|
|
|
export default setupWorker(...allAlertingHandlers);
|