Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
dapirian committed Sep 5, 2023
1 parent 880aafd commit e809823
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions linters/deno/deno.test.ts
Original file line number Diff line number Diff line change
@@ -1,12 +1,3 @@
import { linterCheckTest, linterFmtTest } from "tests";
// Uncomment and use if your tool is a linter
// linterCheckTest({ linterName: "deno" });
import { linterFmtTest } from "tests";

// Uncomment and use if your tool is a formatter
linterFmtTest({ linterName: "deno" });

// Guidelines for configuring tests:
// - By default, linters and formatters will only run on files with syntax `<name>.in.<extension>`
// - You can customize test setup using the `preCheck` callback (see git_diff_check.test.ts and golangci_lint.test.ts)
// - You can specify additional customization using the `customLinterCheckTest and customLinterFmtTest` helpers
// - Additional information on test setup can be found in tests/readme.md

0 comments on commit e809823

Please sign in to comment.