We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2fb2b82 commit 3036d70Copy full SHA for 3036d70
1 file changed
test/utils/templates.test.mjs
@@ -1,9 +1,7 @@
1
import assert from 'node:assert';
2
import { describe, it } from 'node:test';
3
4
-import {
5
- parseVariables
6
-} from '../../src/utils/templates.mjs';
+import { parseVariables } from '../../src/utils/templates.mjs';
7
8
describe('Utils - Templates', () => {
9
describe('parseVariables', () => {
0 commit comments