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.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/test-document-util.js b/test/test-document-util.js
index 5c6a3894..52fabf97 100644
--- a/test/test-document-util.js
+++ b/test/test-document-util.js
@@ -94,9 +94,9 @@ async function testDocument1() {
const vm = new VM({document, window, Range, Node});
vm.execute([
- 'fg/js/dom-text-scanner.js',
- 'fg/js/text-source-range.js',
- 'fg/js/text-source-element.js',
+ 'js/dom/dom-text-scanner.js',
+ 'js/dom/text-source-range.js',
+ 'js/dom/text-source-element.js',
'js/dom/document-util.js'
]);
const [DOMTextScanner, TextSourceRange, TextSourceElement, DocumentUtil] = vm.get([