From 87f408e58bb45b4ae2bb1d7f9c5c55e89bb1b83c Mon Sep 17 00:00:00 2001 From: joostdecock Date: Sat, 12 Nov 2022 09:20:45 +0100 Subject: [PATCH] fix: Keep empty lines out of test template --- config/templates/design.test.mjs.mustache | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/config/templates/design.test.mjs.mustache b/config/templates/design.test.mjs.mustache index a3183daaf2f..36a5fdf0d47 100644 --- a/config/templates/design.test.mjs.mustache +++ b/config/templates/design.test.mjs.mustache @@ -1,11 +1,9 @@ // This file is auto-generated | Any changes you make will be overwritten. - -//{{! +{{! // Change the Mustache delimiter from double curly braces to double dollar signs. // Dollar signs are allowed in EcmaScript identifier names, // which is helpful when running unrendered Mustache templates through eslint. //}}{{=$$ $$=}} - import { $$Name$$ } from '../src/index.mjs' // Shared tests