Skip to content

Commit 9aba894

Browse files
committed
chore: suppress biome warnings
1 parent 626bcbb commit 9aba894

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/commands.test.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -245,6 +245,7 @@ test('Strict compilation with warning', async () => {
245245
}
246246
});
247247

248+
// biome-ignore lint/suspicious/noTemplateCurlyInString: This is intended to test ${NSISDIR}
248249
test('Print ${NSISDIR}', async () => {
249250
try {
250251
const nsisDir = (await MakeNSIS.nsisDir()) as string;
@@ -259,6 +260,7 @@ test('Print ${NSISDIR}', async () => {
259260
}
260261
});
261262

263+
// biome-ignore lint/suspicious/noTemplateCurlyInString: This is intended to test ${NSISDIR}
262264
test('Print ${NSISDIR} as JSON', async () => {
263265
try {
264266
const { nsisdir } = (await MakeNSIS.nsisDir({ json: true })) as unknown as { nsisdir: string };

0 commit comments

Comments
 (0)