aboutsummaryrefslogtreecommitdiff
path: root/test/test-document-util.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/test-document-util.js')
-rw-r--r--test/test-document-util.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/test-document-util.js b/test/test-document-util.js
index 4489bdf1..99eea3ab 100644
--- a/test/test-document-util.js
+++ b/test/test-document-util.js
@@ -94,7 +94,8 @@ async function testDocument1() {
const vm = new VM({document, window, Range, Node});
vm.execute([
'fg/js/dom-text-scanner.js',
- 'fg/js/source.js',
+ 'fg/js/text-source-range.js',
+ 'fg/js/text-source-element.js',
'mixed/js/document-util.js'
]);
const [DOMTextScanner, TextSourceRange, TextSourceElement, DocumentUtil] = vm.get([