Skip to content

Commit

Permalink
refactor(#37): ♻️ run prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
kleinc committed Oct 27, 2025
1 parent b5a3798 commit fb1333e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ This application is built using Potree as a package, meaning that the potree bui

To update the version of Potree that this application uses you must make a build from the official potree app and replace the build folder here with the new one. There is no guarantee that Molloy Explorer is compatible with other versions of potree. Make sure that everything works on the development server before applying this to the production server.


## Cypress Testing

### Run Development Server
Expand All @@ -57,7 +56,8 @@ To update the version of Potree that this application uses you must make a build
npm run dev
```

### Run Cypress tests
### Run Cypress tests

Then in a new terminal run the tests:

```bash
Expand Down
1 change: 0 additions & 1 deletion cypress/e2e/globeRendering.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,4 @@ describe('Globe Rendering and Interaction Test', () => {
cy.window({ timeout: 20000 }).its('cesiumViewer').should('exist')
cy.get('#cesiumContainer').should('exist')
})

})

0 comments on commit fb1333e

Please sign in to comment.