File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
src/__tests__/e2e/json-crdt-server Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 5656 "demo:e2e:json-crdt-server:http1" : " ts-node src/__demos__/json-crdt-server/main-http1.ts" ,
5757 "demo:e2e:json-crdt-server:uws" : " ts-node src/__demos__/json-crdt-server/main-uws.ts" ,
5858 "start:json-crdt-server:http1" : " NODE_ENV=production PORT=80 JSON_CRDT_STORE=level pm2 start lib/__demos__/json-crdt-server/main-http1.js" ,
59+ "start" : " NODE_ENV=production PORT=80 JSON_CRDT_STORE=level pm2 start lib/__demos__/json-crdt-server/main-http1.js" ,
5960 "coverage" : " yarn test --collectCoverage" ,
6061 "typedoc" : " typedoc" ,
6162 "build:pages" : " rimraf gh-pages && mkdir -p gh-pages && cp -r typedocs/* gh-pages && cp -r coverage gh-pages/coverage" ,
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ import {
1010 setupDemoServerStreamingClient ,
1111} from '../demo-client' ;
1212
13- if ( process . env . TEST_E2E ) {
13+ if ( process . env . TEST_E2E && process . env . TEST_E2E_DEMO_SERVER ) {
1414 describe ( 'RpcPersistentClient' , ( ) => {
1515 const codec = cborCodec ( ) ;
1616 const setup : ApiTestSetup = async ( ) => setupDemoServerPersistentClient ( codec ) ;
You can’t perform that action at this time.
0 commit comments