Skip to content

Commit 3036d70

Browse files
committed
fixup!
1 parent 2fb2b82 commit 3036d70

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

test/utils/templates.test.mjs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
import assert from 'node:assert';
22
import { describe, it } from 'node:test';
33

4-
import {
5-
parseVariables
6-
} from '../../src/utils/templates.mjs';
4+
import { parseVariables } from '../../src/utils/templates.mjs';
75

86
describe('Utils - Templates', () => {
97
describe('parseVariables', () => {

0 commit comments

Comments
 (0)