Skip to content

Commit

Permalink
API and packages update (#29)
Browse files Browse the repository at this point in the history
* API and packages update

* Tests fix
  • Loading branch information
EugeneElkin committed Dec 18, 2020
1 parent fa15b04 commit 9151159
Show file tree
Hide file tree
Showing 6 changed files with 5,786 additions and 5,307 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 2.0.6
* API 3.4
* Packages update

## 2.0.5
* Conditional polyfills for IE11
* New option to enable/disable uppercase for value labels
Expand Down
6 changes: 2 additions & 4 deletions karma.conf.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,8 @@ const coverageFolder = "coverage";

process.env.CHROME_BIN = require("puppeteer").executablePath();

import { Config, ConfigOptions } from "karma";

module.exports = (config: Config) => {
config.set(<ConfigOptions>{
module.exports = (config) => {
config.set({
browserNoActivityTimeout: 100000,
browsers: ["ChromeHeadless"],
colors: true,
Expand Down

0 comments on commit 9151159

Please sign in to comment.