-
Notifications
You must be signed in to change notification settings - Fork 42
/
test.sh
executable file
·15 lines (15 loc) · 1006 Bytes
/
test.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
node_modules/.bin/mocha --ui tdd -R spec test/test-user-create.js \
test/test-user-get.js \
test/test-user-caseinsensitivity-and-uniqueness.js \
test/test-blob-patch.js \
test/test-signature.js \
test/test-usercap.js \
test/test-quota.js \
test/test-normalize-reserved.js \
test/test-email-change-resend.js \
test/test-rename.js \
test/test-guard.js \
test/test-guard-requests.js \
test/test-profile-details.js \
test/test-2fa.js &&
node test/test-libutils.js