feat(globe): port to CeliumJS
This commit is contained in:
parent
ec03425067
commit
eb7698e034
51 changed files with 3521 additions and 1992 deletions
|
|
@ -15,7 +15,8 @@ import { defineConfig, devices } from '@playwright/test';
|
|||
* npm run test:e2e:ui # Playwright UI mode
|
||||
*/
|
||||
export default defineConfig({
|
||||
testDir: './tests/e2e',
|
||||
// Both tests/e2e (browser) and tests/unit (pure geometry, runs in Node).
|
||||
testDir: './tests',
|
||||
timeout: 30_000,
|
||||
expect: { timeout: 5_000 },
|
||||
fullyParallel: false, // the mock plugin writes to shared JSON files on disk
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue