PeerTube/server/tests/index.js

7 lines
100 B
JavaScript
Raw Normal View History

2015-11-24 09:13:42 +01:00
;(function () {
'use strict'
// Order of the tests we want to execute
require('./api/')
})()