]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - test/index.js
Force the mocha tests order
[github/Chocobozzz/PeerTube.git] / test / index.js
CommitLineData
2dd5b570
C
1;(function () {
2 'use strict'
3
4 // Order of the tests we want to execute
5 require('./api/')
6})()