All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.vaadin.polymer.public.bower_components.pouchdb-find.bin.test-node.sh Maven / Gradle / Ivy

There is a newer version: 1.9.3.1
Show newest version
#!/usr/bin/env bash

if [ ! $COVERAGE ]; then
  ./node_modules/.bin/mocha \
    --grep=$GREP \
    test/test.js
else
  ./node_modules/.bin/istanbul cover \
    ./node_modules/mocha/bin/_mocha \
    test/test.js
fi




© 2015 - 2025 Weber Informatics LLC | Privacy Policy