PeerTube/tests/index.js

7 lines
100 B
JavaScript
Raw Normal View History

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