Skip to content

Commit

Permalink
Update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
adiletelf committed Mar 11, 2024
1 parent d9f4cc4 commit f55b577
Show file tree
Hide file tree
Showing 9 changed files with 963 additions and 2,026 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
## 2.5.2
* Fix backwards compatibility
* Fix backwards compatibility with 2.4.0
* Packages update

## 2.5.1
* powerbi-visuals-api was updated to 5.8.0
Expand Down
2 changes: 1 addition & 1 deletion karma.conf.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ process.env.CHROME_BIN = require("playwright-chromium").chromium.executablePath(

module.exports = (config) => {
config.set({
browsers: ["ChromeDebugging"],
browsers: ["ChromeHeadless"],
customLaunchers: {
ChromeDebugging: {
base: "ChromeHeadless",
Expand Down
Loading

0 comments on commit f55b577

Please sign in to comment.