snowflake-sdk

v1.10.1
Node.js driver for Snowflake

test

mocha -timeout 180000 --recursive --full-trace test/unit/**/*.js test/unit/*.js

test:ci

mocha -timeout 180000 --recursive --full-trace test/**/*.js

lint:fix

eslint --fix

test:unit

mocha -timeout 180000 --recursive --full-trace test/unit/**/*.js test/unit/*.js

lint:check

eslint

test:manual

mocha -timeout 180000 --full-trace --full-trace test/integration/testManualConnection.js

test:single

mocha -timeout 180000 --full-trace

test:system

mocha -timeout 180000 --recursive --full-trace system_test/*.js

lint:check:all

eslint lib samples system_test test

test:ci:coverage

nyc npm run test:ci

test:integration

mocha -timeout 180000 --recursive --full-trace test/integration/**/*.js test/integration/*.js

test:unit:coverage

nyc npm run test:unit

test:ci:withSystemTests

mocha -timeout 180000 --recursive --full-trace test/**/*.js system_test/*.js

lint:check:all:errorsOnly

npm run lint:check:all -- --quiet

test:ci:withSystemTests:coverage

nyc npm run test:ci:withSystemTests

Metadata

  • Apache-2.0
  • Whatever
  • Snowflake Computing, Inc.
  • released 4/8/2024

Downloads