2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-17 04:25:42 +00:00

Unit Test Fixes (#8245)

* Add @types/dompurify

* JS fix

* Update allowed tags
This commit is contained in:
Oliver
2024-10-07 20:17:31 +11:00
committed by GitHub
parent 846b17aa1d
commit 36e3159c1a
4 changed files with 15 additions and 0 deletions

View File

@ -1277,6 +1277,7 @@ MARKDOWNIFY = {
'li',
'ol',
'p',
'pre',
's',
'strong',
'table',

View File

@ -1,6 +1,7 @@
{% load i18n %}
/* globals
DOMPurify,
EasyMDE,
inventreeFormDataUpload,
inventreeGet,