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