diff options
Diffstat (limited to 'test/test-document-util.js')
-rw-r--r-- | test/test-document-util.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/test-document-util.js b/test/test-document-util.js index 9bcc5e95..334c78a5 100644 --- a/test/test-document-util.js +++ b/test/test-document-util.js @@ -94,6 +94,7 @@ async function testDocument1() { const vm = new VM({document, window, Range, Node}); vm.execute([ + 'js/data/sandbox/string-util.js', 'js/dom/dom-text-scanner.js', 'js/dom/text-source-range.js', 'js/dom/text-source-element.js', |