1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

Move tests to new package too

Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
Sebastian Malton 2023-03-02 11:02:42 -05:00
parent 5b8edb6c88
commit 9b3e31394d
3 changed files with 3 additions and 3 deletions

View File

@ -3,7 +3,7 @@
* Licensed under MIT License. See LICENSE in root directory for more information.
*/
import { getConvertedParts } from "../name-parts";
import { getConvertedParts } from "./name-parts";
describe("getConvertedParts", () => {
it.each([

View File

@ -3,7 +3,7 @@
* Licensed under MIT License. See LICENSE in root directory for more information.
*/
import { convertKubectlJsonPathToNodeJsonPath, safeJSONPathValue } from "../jsonPath";
import { convertKubectlJsonPathToNodeJsonPath, safeJSONPathValue } from "./jsonPath";
describe("convertKubectlJsonPathToNodeJsonPath", () => {
it("should convert \\. to use indexed notation", () => {

View File

@ -3,7 +3,7 @@
* Licensed under MIT License. See LICENSE in root directory for more information.
*/
import { metricUnitsToNumber } from "../metricUnitsToNumber";
import { metricUnitsToNumber } from "./metricUnitsToNumber";
describe("metricUnitsToNumber tests", () => {
test("plain number", () => {