fix: add new http parser

This commit is contained in:
tsukino
2025-02-19 21:50:08 +08:00
parent 14eee4a2e3
commit fbe692c840
10 changed files with 194 additions and 471 deletions

View File

@@ -37,8 +37,8 @@ module.exports = [
target: 'web',
mode: isProd ? 'production' : 'development',
entry: {
'full-integration-swapi.spec': path.join(__dirname, 'test', 'specs', 'full-integration-swapi.spec.ts'),
'simple-verify': path.join(__dirname, 'test', 'specs', 'simple-verify.spec.ts'),
'full-integration-swapi.spec': path.join(__dirname, 'test', 'e2e', 'full-integration-swapi.spec.ts'),
'simple-verify': path.join(__dirname, 'test', 'e2e', 'simple-verify.spec.ts'),
},
output: {
path: __dirname + '/test-build',