Skip to content

Commit

Permalink
Fix Prettier issue
Browse files Browse the repository at this point in the history
  • Loading branch information
guidomodarelli committed Oct 22, 2024
1 parent 5c0ea1c commit 3c74c8b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docker/imposter/wazuh-config.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
plugin: openapi
specFile: https://raw.githubusercontent.com/wazuh/wazuh/master/api/api/spec/spec.yaml
specFile: https://raw.githubusercontent.com/wazuh/wazuh/4.10.0/api/api/spec/spec.yaml
system:
stores:
# this store is preloaded from file
Expand Down
2 changes: 1 addition & 1 deletion plugins/main/common/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -534,4 +534,4 @@ export const GLOBAL_STATE_URL_KEY = '_g';
export enum FilterStateStore {
APP_STATE = 'appState',
GLOBAL_STATE = 'globalState',
}
}
2 changes: 1 addition & 1 deletion plugins/main/test/jest/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export default {
`${kbnDir}/src/dev/jest/setup/babel_polyfill.js`,
`${kbnDir}/src/dev/jest/setup/enzyme.js`,
],
collectCoverage: true,
// collectCoverage: true,
coverageDirectory: './target/test-coverage',
coverageReporters: [
'html',
Expand Down

0 comments on commit 3c74c8b

Please sign in to comment.