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

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

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

: ${CLIENT:="node"}

if [ "$CLIENT" == "node" ]; then
    npm run test-node
else
    npm run test-browser
fi




© 2015 - 2025 Weber Informatics LLC | Privacy Policy