mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-05 02:39:33 +02:00
Fix tests
This commit is contained in:
parent
9bacc48643
commit
acf62ba620
2 changed files with 6 additions and 6 deletions
|
@ -1,11 +1,11 @@
|
|||
import { escapeAttribute, escapeHTML } from '@peertube/peertube-core-utils'
|
||||
import { mdToPlainText } from '@server/helpers/markdown.js'
|
||||
import truncate from 'lodash-es/truncate.js'
|
||||
import { parse } from 'node-html-parser'
|
||||
import { CONFIG } from '../../../initializers/config.js'
|
||||
import { CUSTOM_HTML_TAG_COMMENTS, EMBED_SIZE, WEBSERVER } from '../../../initializers/constants.js'
|
||||
import { MVideo, MVideoPlaylist } from '../../../types/models/index.js'
|
||||
import { Hooks } from '../../plugins/hooks.js'
|
||||
import { parse } from 'node-html-parser';
|
||||
|
||||
type Tags = {
|
||||
forbidIndexation: boolean
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue