[ci] format
This commit is contained in:
parent
7e19e8b30d
commit
b5269bee4d
3 changed files with 12 additions and 8 deletions
|
@ -119,7 +119,6 @@ Did you forget to import the component or is it possible there is a typo?`);
|
||||||
renderResult = await renderJSXVNode(result, output, skip);
|
renderResult = await renderJSXVNode(result, output, skip);
|
||||||
return renderResult;
|
return renderResult;
|
||||||
}
|
}
|
||||||
|
|
||||||
} catch (e: unknown) {
|
} catch (e: unknown) {
|
||||||
if (skip.isCompleted()) {
|
if (skip.isCompleted()) {
|
||||||
throw e;
|
throw e;
|
||||||
|
|
|
@ -1,6 +1,11 @@
|
||||||
import { expect } from 'chai';
|
import { expect } from 'chai';
|
||||||
|
|
||||||
import { createComponent, render, renderComponent, renderSlot } from '../../../dist/runtime/server/index.js';
|
import {
|
||||||
|
createComponent,
|
||||||
|
render,
|
||||||
|
renderComponent,
|
||||||
|
renderSlot,
|
||||||
|
} from '../../../dist/runtime/server/index.js';
|
||||||
import { jsx } from '../../../dist/jsx-runtime/index.js';
|
import { jsx } from '../../../dist/jsx-runtime/index.js';
|
||||||
import {
|
import {
|
||||||
createBasicEnvironment,
|
createBasicEnvironment,
|
||||||
|
|
Loading…
Add table
Reference in a new issue