PeerTube/server/tests/plugins/index.ts

6 lines
125 B
TypeScript
Raw Normal View History

2019-07-24 10:21:22 +02:00
import './action-hooks'
import './filter-hooks'
2019-07-26 14:44:50 +02:00
import './translations'
import './video-constants'
2020-04-09 11:00:30 +02:00
import './plugin-helpers'