Skip to content

Commit

Permalink
chore(carto): Remove outdated config.spec.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
donmccurdy committed Mar 12, 2024
1 parent cd8f831 commit 5825f86
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 98 deletions.
1 change: 0 additions & 1 deletion test/modules/carto/api/parse-map.spec.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import test from 'tape-catch';
import UNSUPPORTED_LAYER_TYPE_VISSTATE_DATA from '../data/unsupportedLayerTypeVisState.json';
import {parseMap} from '@deck.gl/carto/api/parse-map';
import {GeoJsonLayer} from '@deck.gl/layers';
import {H3TileLayer, QuadbinTileLayer, VectorTileLayer} from '@deck.gl/carto';
Expand Down
48 changes: 0 additions & 48 deletions test/modules/carto/config.spec.ts

This file was deleted.

48 changes: 0 additions & 48 deletions test/modules/carto/data/unsupportedLayerTypeVisState.json

This file was deleted.

1 change: 0 additions & 1 deletion test/modules/carto/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import './api/carto-api-error.spec';
import './api/fetch-map.spec';
import './api/layer-map.spec';
import './api/parse-map.spec';
// import './config.spec';
import './utils.spec';
import './layers/carto-vector-tile.spec';
import './layers/h3-tile-layer.spec';
Expand Down

0 comments on commit 5825f86

Please sign in to comment.