Fix: Korrigiere ES-Modul-Syntax in Integrationstest und aktualisiere Status
Some checks are pending
Docker Test / test (push) Waiting to run
Some checks are pending
Docker Test / test (push) Waiting to run
This commit is contained in:
parent
b7a60205ad
commit
e5f3345305
2 changed files with 11 additions and 2 deletions
|
|
@ -1,5 +1,5 @@
|
|||
// Integration test for helpyourneighbour project
|
||||
const { test, expect } = require('@playwright/test');
|
||||
import { test, expect } from '@playwright/test';
|
||||
|
||||
test('should run integration tests successfully', async ({ page }) => {
|
||||
// Test that the main functionality works
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue