1
0
Fork 0
peertube/tests/index.js

7 lines
100 B
JavaScript
Raw Normal View History

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