diff --git a/.bitmap b/.bitmap index a360e0b..57edf79 100644 --- a/.bitmap +++ b/.bitmap @@ -292,7 +292,7 @@ "utils/schema-node-label": { "name": "utils/schema-node-label", "scope": "teambit.api-reference", - "version": "0.0.1", + "version": "be536b713752b43395881c7b0376fb0e37845815", "mainFile": "index.ts", "rootDir": "components/utils/schema-node-label" }, @@ -310,5 +310,12 @@ "mainFile": "index.ts", "rootDir": "components/utils/sort-api-nodes" }, - "$schema-version": "17.0.0" + "$schema-version": "17.0.0", + "_bit_lane": { + "id": { + "name": "delete-tests", + "scope": "teambit.api-reference" + }, + "exported": true + } } \ No newline at end of file diff --git a/components/utils/schema-node-label/schema-node-label.ts b/components/utils/schema-node-label/schema-node-label.ts index 7d1dda3..e2989fe 100644 --- a/components/utils/schema-node-label/schema-node-label.ts +++ b/components/utils/schema-node-label/schema-node-label.ts @@ -10,3 +10,5 @@ export function schemaNodeLabel(nodeId: string): string { .map((word) => word.charAt(0).toUpperCase() + word.slice(1)) .join(' '); } + +export const deleteTest = 'unexported-dev-work';