UNPKG
jsonl-editor
Version:
latest (0.2.0)
0.2.0
Edit individual JSON lines in JSONL files
github.com/toiroakr/jsonl-editor
toiroakr/jsonl-editor
jsonl-editor
/
.vscode-test.mjs
6 lines
(4 loc)
•
117 B
JavaScript
View Raw
1
2
3
4
5
6
import
{ defineConfig }
from
'@vscode/test-cli'
;
export
default
defineConfig
({
files
:
'out/test/**/*.test.js'
, });