test: also update DOMPurify in tests
This commit is contained in:
parent
4500794980
commit
7a738d6893
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ require('./prettify');
|
|||
global.prettyPrint = window.PR.prettyPrint;
|
||||
global.prettyPrintOne = window.PR.prettyPrintOne;
|
||||
global.showdown = require('./showdown-2.1.0');
|
||||
global.DOMPurify = require('./purify-3.0.8');
|
||||
global.DOMPurify = require('./purify-3.1.2');
|
||||
global.baseX = require('./base-x-4.0.0').baseX;
|
||||
global.Legacy = require('./legacy').Legacy;
|
||||
require('./bootstrap-3.4.1');
|
||||
|
|
Loading…
Reference in a new issue