summary refs log tree commit diff stats
path: root/tests/js/test1.nim
diff options
context:
space:
mode:
Diffstat (limited to 'tests/js/test1.nim')
-rw-r--r--tests/js/test1.nim4
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/js/test1.nim b/tests/js/test1.nim
index 73e7a37ed..7ad3f85f6 100644
--- a/tests/js/test1.nim
+++ b/tests/js/test1.nim
@@ -4,8 +4,7 @@ discard """
 
 # This file tests the JavaScript generator
 
-import
-  dom, strutils
+import strutils
 
 var
   inputElement = "1123"
@@ -51,4 +50,3 @@ block:
   var s: seq[int]
   s.add(2)
   doAssert(s == @[2])
-