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

Commit

Permalink
fix global scope override
Browse files Browse the repository at this point in the history
  • Loading branch information
HexaField committed May 15, 2024
1 parent 620051c commit 42caad4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/avatars/AvatarIntegrationTests.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ import packageJson from '../../package.json'

import '@etherealengine/engine/src/EngineModule'

overrideFileLoaderLoad()

// for easier debug
console.warn = () => {}
Expand Down Expand Up @@ -52,13 +51,15 @@ describe.skip('avatarFunctions Integration', async () => {
// beforeEach(async () => {
// createEngine()
// createMockNetwork()
// overrideFileLoaderLoad()
// Engine.instance.userID = NetworkState.worldNetwork.hostId
// getMutableState(EngineState).publicPath.set('')
// await Physics.load()
// getMutableState(PhysicsState).physicsWorld.set(Physics.createWorld())
// })

// afterEach(() => {
// restoreFileLoaderLoad()
// return destroyEngine()
// })

Expand Down

0 comments on commit 42caad4

Please sign in to comment.