Skip to content

Commit

Permalink
chore: use @web/test-runner instead of karma (#1816)
Browse files Browse the repository at this point in the history
* chore: use `@web/test-runner` instead of `karma`

* remove karma config file

* prettier

* ts

* more ts

* remove one more dep

* maybe run browser test with node 18

* we need 16

* is json output enough?

* Revert "is json output enough?"

This reverts commit af20f6c.

* Revert "Revert "is json output enough?""

This reverts commit 6e3b6fe.

* Revert "Revert "Revert "is json output enough?"""

This reverts commit 11100a8.

* trigger ci

* chore: sync package-lock.json

* remove two unused deps

---------

Co-authored-by: Marc Pichler <marc.pichler@dynatrace.com>
  • Loading branch information
SimenB and pichlermarc committed Mar 8, 2024
1 parent fa7e2f5 commit 19ebbaf
Show file tree
Hide file tree
Showing 6 changed files with 4,509 additions and 90 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/unit-test.yml
Expand Up @@ -146,7 +146,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node: ["14"]
node: ["16"]
runs-on: ubuntu-latest
env:
NPM_CONFIG_UNSAFE_PERM: true
Expand Down

0 comments on commit 19ebbaf

Please sign in to comment.