diff --git a/test/functional/example.spec.ts b/test/functional/client.spec.ts similarity index 96% rename from test/functional/example.spec.ts rename to test/functional/client.spec.ts index 1ccfe3e..33d9cc2 100644 --- a/test/functional/example.spec.ts +++ b/test/functional/client.spec.ts @@ -1,4 +1,4 @@ -import { test, expect } from './fixtures/fixtures'; +import { test, expect } from './fixtures/test'; ['browser', 'renderer', 'childProcess'].forEach((process) => { test.describe(`Communication between renderer and ${process}`, () => { diff --git a/test/functional/fixtures/fixtures.ts b/test/functional/fixtures/test.ts similarity index 100% rename from test/functional/fixtures/fixtures.ts rename to test/functional/fixtures/test.ts