0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-02-22 05:12:55 -05:00
denoland-deno/tests/specs/lint/lint_plugin_lifecycle/lint.out
Marvin Hagemeister 9213215d6d
feat(unstable): add test for lint plugin destroy hook (#27981)
Noticed that we didn't test the `destroy()` hook of lint plugins. This
PR adds a test for that.
2025-02-06 14:04:04 +01:00

5 lines
133 B
Text

create: test-plugin/my-rule
create: test-plugin/my-rule-2
destroy: test-plugin/my-rule
destroy: test-plugin/my-rule-2
Checked 1 file