mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-02-20 11:48:31 -06:00
7 lines
100 B
JavaScript
7 lines
100 B
JavaScript
;(function () {
|
|
'use strict'
|
|
|
|
// Order of the tests we want to execute
|
|
require('./api/')
|
|
})()
|