-
Notifications
You must be signed in to change notification settings - Fork 0
/
mocha.sh
executable file
·18 lines (16 loc) · 1.06 KB
/
mocha.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/usr/bin/env bash
./node_modules/.bin/mocha -t 100000 --reporter $1 test/teacher.js \
test/student.js \
test/secretary.js \
test/lesson.js \
test/classroom.js \
test/lab.js \
test/teacher_list.js \
test/student_list.js \
test/classroom_remove.js \
test/lesson_remove.js \
test/lab_remove.js \
test/student_remove.js \
test/student_move.js \
test/teacher_remove.js \
test/laptop.js