oxigdal-node 0.1.0

Node.js bindings for OxiGDAL - Pure Rust geospatial data abstraction library
Documentation
1
2
3
4
5
6
7
8
9
module.exports = {
  testEnvironment: 'node',
  testMatch: ['**/__test__/**/*.spec.js'],
  collectCoverage: true,
  coverageDirectory: 'coverage',
  coveragePathIgnorePatterns: ['/node_modules/', '/__test__/'],
  testTimeout: 10000,
  verbose: true
};