mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-21 09:03:02 +00:00
feat: pipeline improvements
This commit is contained in:
@@ -16,9 +16,9 @@ import {generateTemplate, getProjectReflection, settings} from '../../src';
|
||||
import path from 'path';
|
||||
import {expect} from 'chai';
|
||||
import {ProjectReflection} from 'typedoc';
|
||||
import {MapAggTestOptions, MinimalMappingDescription} from './map-agg-test-options';
|
||||
import type {AggregationSchema, ESNestedAggregation} from '../../schema/aggregations';
|
||||
import type {ElasticsearchTemplateCollection} from '../../schema/mappings';
|
||||
import {MapAggTestOptions, MinimalMappingDescription} from './map-agg-test-options.js';
|
||||
import type {AggregationSchema, ESNestedAggregation} from '../../schema/aggregations.js';
|
||||
import type {ElasticsearchTemplateCollection} from '../../schema/mappings.js';
|
||||
|
||||
export class MapAggTest {
|
||||
mapping_model_path!: string;
|
||||
|
||||
Reference in New Issue
Block a user