aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/index.js
diff options
context:
space:
mode:
authorChocobozzz <florian.bigard@gmail.com>2015-11-24 09:13:42 +0100
committerChocobozzz <florian.bigard@gmail.com>2015-11-24 09:13:42 +0100
commit2dd5b570a6bb774eda2fb9b9ce7cffd0741eb0a2 (patch)
tree47d296cc1fce467c79ebf89cd3ac09fb6198681a /test/index.js
parent288a1331267056128da02d1da5d47d6d0fb58d0d (diff)
downloadPeerTube-2dd5b570a6bb774eda2fb9b9ce7cffd0741eb0a2.tar.gz
PeerTube-2dd5b570a6bb774eda2fb9b9ce7cffd0741eb0a2.tar.zst
PeerTube-2dd5b570a6bb774eda2fb9b9ce7cffd0741eb0a2.zip
Force the mocha tests order
Diffstat (limited to 'test/index.js')
-rw-r--r--test/index.js6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/index.js b/test/index.js
new file mode 100644
index 000000000..ccebbfe51
--- /dev/null
+++ b/test/index.js
@@ -0,0 +1,6 @@
1;(function () {
2 'use strict'
3
4 // Order of the tests we want to execute
5 require('./api/')
6})()