How to use the @here/harp-test-utils.loadTestResource function in @here/harp-test-utils

To help you get started, we’ve selected a few @here/harp-test-utils examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github heremaps / harp.gl / @here / harp-mapview-decoder / lib / TestDataProviders.ts View on Github external
async getTile(_tileKey: TileKey, _abortSignal?: AbortSignal): Promise {
        return loadTestResource(this.moduleName, this.basePath, "arraybuffer");
    }
}

@here/harp-test-utils

Provides utilities for tests

Apache-2.0
Latest version published 3 years ago

Package Health Score

45 / 100
Full package analysis

Similar packages