mirror of https://github.com/Chocobozzz/PeerTube
7 lines
100 B
JavaScript
7 lines
100 B
JavaScript
![]() |
;(function () {
|
||
|
'use strict'
|
||
|
|
||
|
// Order of the tests we want to execute
|
||
|
require('./api/')
|
||
|
})()
|