Skip to content

Commit 01ca767

Browse files
authored
Update templates.test.js
1 parent 0c8cd60 commit 01ca767

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/jinja/test/templates.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4337,7 +4337,7 @@ describe("Templates", () => {
43374337
// TODO add failure cases
43384338
});
43394339

4340-
describe("Parsing and intepretation", () => {
4340+
describe("Parsing and interpretation", () => {
43414341
describe("should interpret an AST", () => {
43424342
for (const [name, text] of Object.entries(TEST_PARSED)) {
43434343
const ast = parse(text);

0 commit comments

Comments
 (0)