1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
|
#export PATH="$PATH:"`pwd`/bin
http_proxy=127.0.0.1 https_proxy=127.0.0.1 mocha --exit \
test/general.js \
test/wb-aliases.js \
test/wb-claims.js \
test/wb-config.js \
test/wb-convert.js \
test/wb-create-entity.js \
test/wb-data.js \
test/wb-description.js \
test/wb-generate-template.js \
test/wb-hub.js \
test/wb-id.js \
test/wb-label.js \
test/wb-lang.js \
test/wb-lemma.js \
test/wb-open.js \
test/wb-query.js \
test/wb-revisions.js \
test/wb-search.js \
test/wb-sparql.js \
test/wb-summary.js \
#
|