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