fix: rebase issues
This commit is contained in:
parent
36c5ab3140
commit
0093d426c6
2 changed files with 3 additions and 3 deletions
|
@ -25,9 +25,6 @@ describe('behavior from middleware', () => {
|
||||||
fixture = await loadFixture({
|
fixture = await loadFixture({
|
||||||
root: './fixtures/node-middleware/',
|
root: './fixtures/node-middleware/',
|
||||||
output: 'server',
|
output: 'server',
|
||||||
server: {
|
|
||||||
host: true
|
|
||||||
},
|
|
||||||
adapter: nodejs({ mode: 'standalone' }),
|
adapter: nodejs({ mode: 'standalone' }),
|
||||||
});
|
});
|
||||||
await fixture.build();
|
await fixture.build();
|
||||||
|
|
|
@ -1,4 +1,7 @@
|
||||||
import { expect } from 'chai';
|
import { expect } from 'chai';
|
||||||
|
import { TLSSocket } from 'node:tls';
|
||||||
|
import nodejs from '../dist/index.js';
|
||||||
|
import { createRequestAndResponse, loadFixture } from './test-utils.js';
|
||||||
|
|
||||||
describe('URL protocol', () => {
|
describe('URL protocol', () => {
|
||||||
/** @type {import('./test-utils').Fixture} */
|
/** @type {import('./test-utils').Fixture} */
|
||||||
|
|
Loading…
Reference in a new issue