Skip to content

Commit

Permalink
[CI] Auto-commit changed files from 'node scripts/precommit_hook.js -…
Browse files Browse the repository at this point in the history
…-ref HEAD~1..HEAD --fix'
  • Loading branch information
kibanamachine committed Oct 3, 2022
1 parent 35a1707 commit dd3ee11
Showing 1 changed file with 8 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
import { PrePackagedRulesStatusResponse } from '../../../public/detections/containers/detection_engine/rules/types';
/*
* Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
* or more contributor license agreements. Licensed under the Elastic License
* 2.0; you may not use this file except in compliance with the Elastic License
* 2.0.
*/

import type { PrePackagedRulesStatusResponse } from '../../../public/detections/containers/detection_engine/rules/types';

export const getPrepackagedRulesStatus = () => {
return cy.request<PrePackagedRulesStatusResponse>({
Expand Down

0 comments on commit dd3ee11

Please sign in to comment.