aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authortoasted-nutbread <toasted-nutbread@users.noreply.github.com>2020-10-07 18:31:28 -0400
committerGitHub <noreply@github.com>2020-10-07 18:31:28 -0400
commitbbb534eff5ce2034eb0d4f17239842831cdbc2d7 (patch)
treef2b88e23e62a809e5873e977008126c41005624f /test
parent1a91935dd75c59951369cdb7f48950124ad9bdee (diff)
Split source.js into two files (#894)
Diffstat (limited to 'test')
-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([