veloxx 0.3.0

A lightweight Rust library for in-memory data processing and analytics
Documentation
{
  "name": "veloxx-wasm-tests",
  "version": "1.0.0",
  "description": "WASM bindings tests for Velox",
  "scripts": {
    "test": "jest",
    "test:watch": "jest --watch"
  },
  "devDependencies": {
    "jest": "^29.0.0",
    "jest-environment-jsdom": "^29.0.0",
    "jest-transform-stub": "^2.0.0"
  },
  "jest": {
    "testEnvironment": "jsdom",
    "moduleNameMapper": {
      "\\.(wasm)$": "jest-transform-stub"
    },
    "testMatch": [
      "**/tests/**/*.test.js"
    ]
  }
}