removes unused vars for lint
This commit is contained in:
parent
c336fa0f89
commit
083e8f1987
|
@ -10,8 +10,6 @@ import {
|
|||
findHBSBlocks,
|
||||
} from "../src/index"
|
||||
|
||||
import { HELPERS } from "../src/helpers/index"
|
||||
|
||||
describe("Test that the string processing works correctly", () => {
|
||||
it("should process a basic template string", async () => {
|
||||
const output = await processString("templating is {{ adjective }}", {
|
||||
|
|
Loading…
Reference in New Issue