azu / kvs

Lightweight key-value storage library for Browser, Node.js, and In-Memory.
MIT License
182 stars 6 forks source link

Karma is deprecated #37

Closed azu closed 1 year ago

azu commented 1 year ago

https://github.com/karma-runner/karma/pull/3846

We need to move other testing framework

Which support assert?

azu commented 1 year ago

It looks likes that Web Test Runner: Modern Web can not use node:assert.

> web-test-runner "test/**/*.test.ts" --node-resolve --esbuild-target auto

 🚧 Browser logs:
      ReferenceError: require is not defined
        at ../../node_modules/assert/assert.js:3:20
azu commented 1 year ago

hugomrdias/playwright-test: Run unit tests with several runners or benchmark inside real browsers with playwright.