removes unused vars for lint

This commit is contained in:
mikesealey 2025-03-04 13:32:09 +00:00
parent c336fa0f89
commit 083e8f1987
1 changed files with 0 additions and 2 deletions

View File

@ -10,8 +10,6 @@ import {
findHBSBlocks, findHBSBlocks,
} from "../src/index" } from "../src/index"
import { HELPERS } from "../src/helpers/index"
describe("Test that the string processing works correctly", () => { describe("Test that the string processing works correctly", () => {
it("should process a basic template string", async () => { it("should process a basic template string", async () => {
const output = await processString("templating is {{ adjective }}", { const output = await processString("templating is {{ adjective }}", {