From bd617f70ac1bf2801f2caed68dcba1ed6dad5870 Mon Sep 17 00:00:00 2001 From: Kuitos Date: Tue, 31 Jan 2023 15:14:26 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=9A=20rename=20data-sandbox-configurat?= =?UTF-8?q?ion=20to=20data-sandbox-cfg=20(#2382)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/__tests__/utils.test.ts | 2 +- src/utils.ts | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/__tests__/utils.test.ts b/src/__tests__/utils.test.ts index 469aa3d..ee0ea5b 100644 --- a/src/__tests__/utils.test.ts +++ b/src/__tests__/utils.test.ts @@ -32,7 +32,7 @@ it('should wrap string with div', () => { expect(ret).toBe( // eslint-disable-next-line max-len - `
${tpl}
`, + `
${tpl}
`, ); }); diff --git a/src/utils.ts b/src/utils.ts index 6464aaa..d58e108 100644 --- a/src/utils.ts +++ b/src/utils.ts @@ -146,9 +146,9 @@ export function getDefaultTplWrapper(name: string, sandboxOpts: FrameworkConfigu return `
${tplWithSimulatedHead}
`; + )}>${tplWithSimulatedHead}`; }; }