From 755e261de193764eb0acb0ac2f687e43204a687b Mon Sep 17 00:00:00 2001 From: Alex Ruiz Becerra Date: Tue, 28 Mar 2023 21:10:22 +0200 Subject: [PATCH] [PoC - tests](#32) Add empty file to test --- sample.js | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 sample.js diff --git a/sample.js b/sample.js new file mode 100644 index 000000000000..eac125655ab6 --- /dev/null +++ b/sample.js @@ -0,0 +1,33 @@ +/* + * SPDX-License-Identifier: Apache-2.0 + * + * The OpenSearch Contributors require contributions made to + * this file be licensed under the Apache-2.0 license or a + * compatible open source license. + * + * Any modifications Copyright OpenSearch Contributors. See + * GitHub history for details. + */ + +/* + * Licensed to Elasticsearch B.V. under one or more contributor + * license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright + * ownership. Elasticsearch B.V. licenses this file to you under + * the Apache License, Version 2.0 (the "License"); you may + * not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + */ + +const desc = 'Empty file to test https://github.com/wazuh/wazuh-dashboard/issues/32'; + +console.log(desc);