Skip to content
This repository has been archived by the owner on Jul 1, 2024. It is now read-only.

Commit

Permalink
feat: merge define config
Browse files Browse the repository at this point in the history
  • Loading branch information
sand4rt committed Feb 17, 2024
1 parent 49c9fd2 commit f55bbd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion playwright-ct-angular/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ function plugin() {
)
};

const defineConfig = config => originalDefineConfig({ ...config, _plugins: [plugin] });
const defineConfig = (config, ...configs) => originalDefineConfig({ ...config, _plugins: [plugin] }, ...configs);

module.exports = { test, expect, devices, defineConfig };

0 comments on commit f55bbd6

Please sign in to comment.