PeerTube/server/tests/index.ts

7 lines
132 B
TypeScript

// Order of the tests we want to execute
import './client'
import './activitypub'
import './feeds/'
import './cli/'
import './api/'