mirror of
https://github.com/datahub-project/datahub.git
synced 2025-08-27 18:45: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,
|
||||
formatAsCapitalizedStringWithSpaces
|
||||
} from 'wherehows-web/constants/metadata-acquisition';
|
||||
import {
|
||||
Classification,
|
||||
nonIdFieldLogicalTypes,
|
||||
NonIdLogicalType,
|
||||
IdLogicalType
|
||||
} from 'wherehows-web/constants/datasets/compliance';
|
||||
import { nonIdFieldLogicalTypes, NonIdLogicalType, IdLogicalType } from 'wherehows-web/constants/datasets/compliance';
|
||||
import { module, test } from 'qunit';
|
||||
|
||||
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
|
||||
* @type {Array<string>}
|
||||
|
Loading…
x
Reference in New Issue
Block a user