Skip to content
This repository has been archived by the owner on Aug 18, 2024. It is now read-only.

Commit

Permalink
project-orgnames
Browse files Browse the repository at this point in the history
  • Loading branch information
HexaField committed Aug 16, 2024
1 parent 2ab6196 commit 254a7d6
Show file tree
Hide file tree
Showing 24 changed files with 96 additions and 96 deletions.
4 changes: 2 additions & 2 deletions e2e/benchmark/audio-and-video.test.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import assert from 'assert'
import { Vector3 } from 'three'
import { EtherealEngineBot } from 'ee-bot/src/bot/bot-class'
import { BotHooks } from 'ee-bot/src/enums/BotHooks'
import { EtherealEngineBot } from '@etherealengine/ee-bot/src/bot/bot-class'
import { BotHooks } from '@etherealengine/ee-bot/src/enums/BotHooks'

// const vector3 = new Vector3()

Expand Down
4 changes: 2 additions & 2 deletions e2e/benchmark/audio-only.test.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import assert from 'assert'
import { Vector3 } from 'three'
import { EtherealEngineBot } from 'ee-bot/src/bot/bot-class'
import { BotHooks } from 'ee-bot/src/enums/BotHooks'
import { EtherealEngineBot } from '@etherealengine/ee-bot/src/bot/bot-class'
import { BotHooks } from '@etherealengine/ee-bot/src/enums/BotHooks'

// const vector3 = new Vector3()

Expand Down
4 changes: 2 additions & 2 deletions e2e/benchmark/basic.test.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import assert from 'assert'
import { Vector3 } from 'three'
import { EtherealEngineBot } from 'ee-bot/src/bot/bot-class'
import { BotHooks } from 'ee-bot/src/enums/BotHooks'
import { EtherealEngineBot } from '@etherealengine/ee-bot/src/bot/bot-class'
import { BotHooks } from '@etherealengine/ee-bot/src/enums/BotHooks'

// const vector3 = new Vector3()

Expand Down
4 changes: 2 additions & 2 deletions e2e/benchmark/movement-audio-video.test.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import assert from 'assert'
import { Vector3 } from 'three'
import { EtherealEngineBot } from 'ee-bot/src/bot/bot-class'
import { BotHooks } from 'ee-bot/src/enums/BotHooks'
import { EtherealEngineBot } from '@etherealengine/ee-bot/src/bot/bot-class'
import { BotHooks } from '@etherealengine/ee-bot/src/enums/BotHooks'

// const vector3 = new Vector3()

Expand Down
4 changes: 2 additions & 2 deletions e2e/benchmark/movement-only.test.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import assert from 'assert'
import { Vector3 } from 'three'
import { EtherealEngineBot } from 'ee-bot/src/bot/bot-class'
import { BotHooks } from 'ee-bot/src/enums/BotHooks'
import { EtherealEngineBot } from '@etherealengine/ee-bot/src/bot/bot-class'
import { BotHooks } from '@etherealengine/ee-bot/src/enums/BotHooks'

// const vector3 = new Vector3()

Expand Down
4 changes: 2 additions & 2 deletions e2e/benchmark/run-bot.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ import appRootPath from 'app-root-path'
import cli from 'cli'
import dotenv from 'dotenv-flow'

import { EtherealEngineBot } from 'ee-bot/src/bot/bot-class'
import { BotHooks } from 'ee-bot/src/enums/BotHooks'
import { EtherealEngineBot } from '@etherealengine/ee-bot/src/bot/bot-class'
import { BotHooks } from '@etherealengine/ee-bot/src/enums/BotHooks'

dotenv.config({
path: appRootPath.path,
Expand Down
4 changes: 2 additions & 2 deletions e2e/benchmark/video-only.test.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import assert from 'assert'
import { Vector3 } from 'three'
import { EtherealEngineBot } from 'ee-bot/src/bot/bot-class'
import { BotHooks } from 'ee-bot/src/enums/BotHooks'
import { EtherealEngineBot } from '@etherealengine/ee-bot/src/bot/bot-class'
import { BotHooks } from '@etherealengine/ee-bot/src/enums/BotHooks'

// const vector3 = new Vector3()

Expand Down
4 changes: 2 additions & 2 deletions e2e/core/core.test.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import assert from 'assert'
import { EtherealEngineBot } from 'ee-bot/src/bot/bot-class'
import { BotHooks } from 'ee-bot/src/enums/BotHooks'
import { EtherealEngineBot } from '@etherealengine/ee-bot/src/bot/bot-class'
import { BotHooks } from '@etherealengine/ee-bot/src/enums/BotHooks'
import { Vector3 } from 'three'

import { UserID } from '@etherealengine/common/src/schemas/user/user.schema'
Expand Down
4 changes: 2 additions & 2 deletions e2e/core/webxr.test.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { EtherealEngineBot } from 'ee-bot/src/bot/bot-class'
import { BotHooks } from 'ee-bot/src/enums/BotHooks'
import { EtherealEngineBot } from '@etherealengine/ee-bot/src/bot/bot-class'
import { BotHooks } from '@etherealengine/ee-bot/src/enums/BotHooks'

import { setupXR, testWebXR } from '../utils/testWebXR'

Expand Down
4 changes: 2 additions & 2 deletions e2e/dev/all-editor-action.test.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import assert from 'assert'
import { Vector3 } from 'three'
import { EtherealEngineBot } from 'ee-bot/src/bot/bot-class'
import { BotHooks } from 'ee-bot/src/enums/BotHooks'
import { EtherealEngineBot } from '@etherealengine/ee-bot/src/bot/bot-class'
import { BotHooks } from '@etherealengine/ee-bot/src/enums/BotHooks'

const vector3 = new Vector3()

Expand Down
4 changes: 2 additions & 2 deletions e2e/dev/alldirection.test.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import assert from 'assert'
import { Vector3 } from 'three'
import { EtherealEngineBot } from 'ee-bot/src/bot/bot-class'
import { BotHooks } from 'ee-bot/src/enums/BotHooks'
import { EtherealEngineBot } from '@etherealengine/ee-bot/src/bot/bot-class'
import { BotHooks } from '@etherealengine/ee-bot/src/enums/BotHooks'

//const vector3 = new Vector3()

Expand Down
4 changes: 2 additions & 2 deletions e2e/dev/dev.test.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import assert from 'assert'
import { Vector3 } from 'three'
import { EtherealEngineBot } from 'ee-bot/src/bot/bot-class'
import { BotHooks } from 'ee-bot/src/enums/BotHooks'
import { EtherealEngineBot } from '@etherealengine/ee-bot/src/bot/bot-class'
import { BotHooks } from '@etherealengine/ee-bot/src/enums/BotHooks'

const vector3 = new Vector3()

Expand Down
4 changes: 2 additions & 2 deletions e2e/dev/moveforward.test.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import assert from 'assert'
import { Vector3 } from 'three'
import { EtherealEngineBot } from 'ee-bot/src/bot/bot-class'
import { BotHooks } from 'ee-bot/src/enums/BotHooks'
import { EtherealEngineBot } from '@etherealengine/ee-bot/src/bot/bot-class'
import { BotHooks } from '@etherealengine/ee-bot/src/enums/BotHooks'

//const vector3 = new Vector3()

Expand Down
4 changes: 2 additions & 2 deletions e2e/dev/portal.test.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import assert from 'assert'
import { Vector3 } from 'three'
import { EtherealEngineBot } from 'ee-bot/src/bot/bot-class'
import { BotHooks } from 'ee-bot/src/enums/BotHooks'
import { EtherealEngineBot } from '@etherealengine/ee-bot/src/bot/bot-class'
import { BotHooks } from '@etherealengine/ee-bot/src/enums/BotHooks'

const vector3 = new Vector3()

Expand Down
4 changes: 2 additions & 2 deletions e2e/editor/editorScene.test.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import assert from 'assert'
import { EtherealEngineBot } from 'ee-bot/src/bot/bot-class'
import { BotHooks } from 'ee-bot/src/enums/BotHooks'
import { EtherealEngineBot } from '@etherealengine/ee-bot/src/bot/bot-class'
import { BotHooks } from '@etherealengine/ee-bot/src/enums/BotHooks'

import { delay } from '@etherealengine/spatial/src/common/functions/delay'

Expand Down
4 changes: 2 additions & 2 deletions e2e/editor/xrui.test.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import assert from 'assert'
import { EtherealEngineBot } from 'ee-bot/src/bot/bot-class'
import { BotHooks } from 'ee-bot/src/enums/BotHooks'
import { EtherealEngineBot } from '@etherealengine/ee-bot/src/bot/bot-class'
import { BotHooks } from '@etherealengine/ee-bot/src/enums/BotHooks'

import { delay } from '@etherealengine/spatial/src/common/functions/delay'

Expand Down
4 changes: 2 additions & 2 deletions e2e/utils/testWebXR.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import assert from 'assert'
import type { EtherealEngineBot } from 'ee-bot/src/bot/bot-class'
import { XRBotHooks } from 'ee-bot/src/enums/BotHooks'
import type { EtherealEngineBot } from '@etherealengine/ee-bot/src/bot/bot-class'
import { XRBotHooks } from '@etherealengine/ee-bot/src/enums/BotHooks'

export const setupXR = async (bot: EtherealEngineBot) => {
await bot.runHook(XRBotHooks.OverrideXR)
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "ee-development-test-suite",
"name": "@etherealengine/ee-development-test-suite",
"version": "0.0.0",
"engineVersion": "1.6.0",
"description": "Assets and tests for iR Engine core development",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "ee-development-test-suite",
"name": "@etherealengine/ee-development-test-suite",
"version": "0.0.0",
"description": "Assets and tests for Ethereal Engine core development",
"main": "",
Expand Down
Loading

0 comments on commit 254a7d6

Please sign in to comment.