We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd86c25 commit 8dd418fCopy full SHA for 8dd418f
2 files changed
packages/cli/snap-tests/vite-plugins-skip-on-lint/snap.txt
@@ -1,4 +1,3 @@
1
-> # Test that vp lint does not load plugins (the plugin throws if loaded)
2
-> vp lint src/
+> vp lint src/ # vp lint should not load plugins (heavy-plugin.ts throws if imported)
3
Found 0 warnings and 0 errors.
4
Finished in <variable>ms on 1 file with <variable> rules using <variable> threads.
packages/cli/snap-tests/vite-plugins-skip-on-lint/steps.json
@@ -1,6 +1,5 @@
{
"commands": [
- "# Test that vp lint does not load plugins (the plugin throws if loaded)",
- "vp lint src/"
+ "vp lint src/ # vp lint should not load plugins (heavy-plugin.ts throws if imported)"
5
]
6
}
0 commit comments