chore(ct-angular): tidy up

This commit is contained in:
Younes Jaaidi 2024-04-11 14:58:00 +02:00
parent 2de7a20a2d
commit 89804adcf4
No known key found for this signature in database
GPG key ID: 3126C5717BDF3241

View file

@ -14,7 +14,7 @@
* limitations under the License.
*/
const { test, expect, devices, defineConfig: originalDefineConfig } = require('@playwright/experimental-ct-core');
const { defineConfig: originalDefineConfig, devices, expect, test } = require('@playwright/experimental-ct-core');
const path = require('path');
const defineConfig = (config, ...configs) => {
@ -29,4 +29,4 @@ const defineConfig = (config, ...configs) => {
}, ...configs);
};
module.exports = { test, expect, devices, defineConfig };
module.exports = { defineConfig, devices, expect, test };