Skip to content

Commit

Permalink
disabled server testing
Browse files Browse the repository at this point in the history
  • Loading branch information
noam-honig committed Jul 25, 2022
1 parent 31315d6 commit a2aeaad
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions projects/core/src/backend-tests/test-http-server.backend-spec.ts
Expand Up @@ -7,14 +7,14 @@ import { Action, BackendMethod } from '../server-action';
Remult.apiBaseUrl = 'http://localhost:3003/api';
let path = Remult.apiBaseUrl + '/tasks';
const environments = [
["next", 3000],
["nest", 3001],
["koa", 3002],
["fastify", 3003],
["express", 3004],
["middleware", 3005],
["optine", 3006],
["fresh", 8000],
// ["next", 3000],
// ["nest", 3001],
// ["koa", 3002],
// ["fastify", 3003],
// ["express", 3004],
// ["middleware", 3005],
// ["optine", 3006],
// ["fresh", 8000],
]
function test(name: string, test: () => Promise<void>) {
for (const [env, port] of environments) {
Expand Down

0 comments on commit a2aeaad

Please sign in to comment.