1
0
Fork 0
peertube/test/index.js
2015-11-24 09:13:42 +01:00

6 lines
100 B
JavaScript

;(function () {
'use strict'
// Order of the tests we want to execute
require('./api/')
})()