File: test

package info (click to toggle)
node-wikibase-cli 15.15.4-7
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,940 kB
  • sloc: javascript: 4,531; sh: 26; makefile: 7
file content (23 lines) | stat: -rw-r--r-- 523 bytes parent folder | download | duplicates (2)
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 \
 #