@influxdata/flux-lsp-cli
Advanced tools
Comparing version 0.7.2 to 0.7.3
{ | ||
"name": "@influxdata/flux-lsp-cli", | ||
"version": "0.7.2", | ||
"version": "0.7.3", | ||
"description": "Flux cli LSP server", | ||
@@ -5,0 +5,0 @@ "repository": { |
@@ -15,3 +15,3 @@ const CLI = require('../src/cli') | ||
cli.once('log', (msg) => { | ||
expect(msg).toEqual('hello') | ||
expect(msg).toEqual('\nhello\n') | ||
done() | ||
@@ -18,0 +18,0 @@ }) |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
12312