Add javascript langserver testing
[lsp-test.git] / test / data / javascriptPass / test.js
diff --git a/test/data/javascriptPass/test.js b/test/data/javascriptPass/test.js
new file mode 100644 (file)
index 0000000..63fcfaf
--- /dev/null
@@ -0,0 +1,5 @@
+var x = 1234
+
+function foo() {
+  console.log("hello world")
+}