Skip to content

Commit 8dd418f

Browse files
committed
fix: move snap test comment inline after command
1 parent dd86c25 commit 8dd418f

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
> # Test that vp lint does not load plugins (the plugin throws if loaded)
2-
> vp lint src/
1+
> vp lint src/ # vp lint should not load plugins (heavy-plugin.ts throws if imported)
32
Found 0 warnings and 0 errors.
43
Finished in <variable>ms on 1 file with <variable> rules using <variable> threads.
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
"commands": [
3-
"# Test that vp lint does not load plugins (the plugin throws if loaded)",
4-
"vp lint src/"
3+
"vp lint src/ # vp lint should not load plugins (heavy-plugin.ts throws if imported)"
54
]
65
}

0 commit comments

Comments
 (0)