add explore client tests & rename files

Signed-off-by: Andrew Thauer <athauer@wealthsimple.com>
This commit is contained in:
Andrew Thauer
2022-11-20 09:29:36 -05:00
parent ed3e7a1d86
commit 2b69088c12
9 changed files with 150 additions and 15 deletions
+1 -2
View File
@@ -20,5 +20,4 @@
* @packageDocumentation
*/
export * from './api';
export * from './types';
export * from './tools';
+24
View File
@@ -0,0 +1,24 @@
/*
* Copyright 2022 The Backstage Authors
*
* Licensed 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.
*/
/**
* Common functionalities for the explore plugin.
*
* @packageDocumentation
*/
export * from './api';
export * from './types';