[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);
|
||||
return renderResult;
|
||||
}
|
||||
|
||||
} catch (e: unknown) {
|
||||
if (skip.isCompleted()) {
|
||||
throw e;
|
||||
|
|
|
@ -1,6 +1,11 @@
|
|||
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 {
|
||||
createBasicEnvironment,
|
||||
|
|
Loading…
Reference in a new issue