Socket
Socket
Sign inDemoInstall

geojson-fixtures

Package Overview
Dependencies
22
Maintainers
29
Versions
9
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    geojson-fixtures

geojson fixtures for testing and validation


Version published
Weekly downloads
1.9K
increased by1.69%
Maintainers
29
Install size
2.60 MB
Created
Weekly downloads
 

Readme

Source

geojson-fixtures

Test fixtures of GeoJSON objects.

API

  • fixtures.geometry.*
  • fixtures.feature.*
  • fixtures.featurecollection.*
  • fixtures.all[]: all kinds of fixtures

Helper

Includes a test helper for writing fixture-based tests with substack/tape.

// first argument is require('tape') or a 't' test runner
// second is the type of fixtures: 'all', 'geometry', 'feature', 'featurecollection'
// third is the function to run to turn input into output: the tested function.
// fourth is the directory where test output should be stored.
// fifth is whether to enable geojsonhint as a last step. set to false to disable.
// sixth is a postcondition that can be any arbitrary test
geojsonFixtures(test, 'all', centroid, __dirname + '/test', true, function(t, input, output) {
    t.ok(input);
});

Install

npm install --save-dev geojson-fixtures

Keywords

FAQs

Last updated on 10 May 2016

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc