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:
@ -1277,6 +1277,7 @@ MARKDOWNIFY = {
|
||||
'li',
|
||||
'ol',
|
||||
'p',
|
||||
'pre',
|
||||
's',
|
||||
'strong',
|
||||
'table',
|
||||
|
@ -1,6 +1,7 @@
|
||||
{% load i18n %}
|
||||
|
||||
/* globals
|
||||
DOMPurify,
|
||||
EasyMDE,
|
||||
inventreeFormDataUpload,
|
||||
inventreeGet,
|
||||
|
Reference in New Issue
Block a user