fix: Keep empty lines out of test template
This commit is contained in:
parent
a500bbddb1
commit
87f408e58b
1 changed files with 1 additions and 3 deletions
|
@ -1,11 +1,9 @@
|
||||||
// This file is auto-generated | Any changes you make will be overwritten.
|
// This file is auto-generated | Any changes you make will be overwritten.
|
||||||
|
{{!
|
||||||
//{{!
|
|
||||||
// Change the Mustache delimiter from double curly braces to double dollar signs.
|
// Change the Mustache delimiter from double curly braces to double dollar signs.
|
||||||
// Dollar signs are allowed in EcmaScript identifier names,
|
// Dollar signs are allowed in EcmaScript identifier names,
|
||||||
// which is helpful when running unrendered Mustache templates through eslint.
|
// which is helpful when running unrendered Mustache templates through eslint.
|
||||||
//}}{{=$$ $$=}}
|
//}}{{=$$ $$=}}
|
||||||
|
|
||||||
import { $$Name$$ } from '../src/index.mjs'
|
import { $$Name$$ } from '../src/index.mjs'
|
||||||
|
|
||||||
// Shared tests
|
// Shared tests
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue