mirror of
https://github.com/datahub-project/datahub.git
synced 2025-08-28 11:05:50 +00:00
removes unused import in test: metadata-acquisition
This commit is contained in:
parent
af453e1dca
commit
b36f6770b9
@ -4,22 +4,11 @@ import {
|
|||||||
logicalTypeValueLabel,
|
logicalTypeValueLabel,
|
||||||
formatAsCapitalizedStringWithSpaces
|
formatAsCapitalizedStringWithSpaces
|
||||||
} from 'wherehows-web/constants/metadata-acquisition';
|
} from 'wherehows-web/constants/metadata-acquisition';
|
||||||
import {
|
import { nonIdFieldLogicalTypes, NonIdLogicalType, IdLogicalType } from 'wherehows-web/constants/datasets/compliance';
|
||||||
Classification,
|
|
||||||
nonIdFieldLogicalTypes,
|
|
||||||
NonIdLogicalType,
|
|
||||||
IdLogicalType
|
|
||||||
} from 'wherehows-web/constants/datasets/compliance';
|
|
||||||
import { module, test } from 'qunit';
|
import { module, test } from 'qunit';
|
||||||
|
|
||||||
module('Unit | Utility | datasets/metadata acquisition');
|
module('Unit | Utility | datasets/metadata acquisition');
|
||||||
|
|
||||||
/**
|
|
||||||
* A list of classification strings for a dataset field
|
|
||||||
* @type {Array<Classification>}
|
|
||||||
*/
|
|
||||||
const classificationStrings = Object.values(Classification);
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* A list of display string for non-id field logical types
|
* A list of display string for non-id field logical types
|
||||||
* @type {Array<string>}
|
* @type {Array<string>}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user