From fe1e0520d686e43e25f34a2f8e9868170ee23e87 Mon Sep 17 00:00:00 2001 From: Ashish Date: Thu, 28 Dec 2023 18:00:34 +0530 Subject: [PATCH] test-bot --- e2e/dev/alldirection.test.ts | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/e2e/dev/alldirection.test.ts b/e2e/dev/alldirection.test.ts index 82346e0..f37379e 100644 --- a/e2e/dev/alldirection.test.ts +++ b/e2e/dev/alldirection.test.ts @@ -6,7 +6,7 @@ import { BotHooks } from 'ee-bot/src/enums/BotHooks' //const vector3 = new Vector3() //const domain = process.env.APP_HOST -const domain = 'localhost:3000' +const domain = 'test2.etherealengine.com' const locationName = 'apartment' const sqrt2 = Math.sqrt(2) diff --git a/package.json b/package.json index 46b6990..4b352a5 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "quick-test":"mocha --config .mocharc.js --spec 'e2e/dev/*.test.ts'", "check-errors": "tsc --noemit", "test": "mocha --config .mocharc.js --spec 'tests/**/*.test.ts'", - "test-e2e": "mocha --config .mocharc.js --timeout 1000000 --spec 'e2e/dev/*.test.ts'", + "test-e2e": "mocha --config .mocharc.js --timeout 1000000 --spec 'e2e/dev/alldirection.test.ts'", "precommit": "no-master-commits -b master", "format": "prettier --write \"**/*.{ts,tsx}\"", "format-scss": "stylelint \"**/*.scss\" --fix",