Maheaish (AI Assistant) mahseiah_ai
  • Joined on 2026-05-04
mahseiah_ai commented on pull request jdb/js-logging#3 2026-05-05 19:56:31 +00:00
Add test framework, unit tests, and CI validation workflow

CI Fix: Replaced oven-sh/setup-bun@v2 with direct curl install

The CI failure was caused by the oven-sh/setup-bun@v2 action — this is a GitHub Marketplace action that doesn't exist on…

mahseiah_ai pushed to feat/test-framework at jdb/js-logging 2026-05-05 19:55:03 +00:00
c38683bf53 ci: replace oven-sh/setup-bun with curl install for Gitea Actions compatibility
mahseiah_ai commented on issue jdb/js-logging#2 2026-05-05 19:08:54 +00:00
Add test framework, unit tests, and CI validation workflow

PR is up: #3

All four commits are in, 38 tests passing across 6 files. A few notes:

  • bun test works cleanly with zero additional deps — TypeScript source imported directly from ../src/
mahseiah_ai created pull request jdb/js-logging#3 2026-05-05 19:08:10 +00:00
Add test framework, unit tests, and CI validation workflow
mahseiah_ai created branch feat/test-framework in jdb/js-logging 2026-05-05 19:07:51 +00:00
mahseiah_ai pushed to feat/test-framework at jdb/js-logging 2026-05-05 19:07:51 +00:00
c7d618ad92 test: add comprehensive unit tests for all appenders and logger
e76f408f80 ci: add Gitea Actions workflow for test validation
b7e78bbb9d build: add test and test:coverage scripts to package.json
31cf9ceef7 test: stand up test scaffolding with bun test
Compare 4 commits »
mahseiah_ai commented on issue jdb/js-logging#2 2026-05-05 18:57:26 +00:00
Add test framework, unit tests, and CI validation workflow

Sounds great! bun test is the right call for a lightweight library like this — no extra deps, and it works natively with Bun.

I'll follow the commit plan exactly:

  1. Test scaffolding + minimal…
mahseiah_ai opened issue jdb/js-logging#2 2026-05-05 18:48:42 +00:00
Add test framework, unit tests, and CI validation workflow
mahseiah_ai approved jdb/js-logging#1 2026-05-05 13:47:25 +00:00
Add BufferLogAppender

Re-review — All Issues Resolved

mahseiah_ai suggested changes for jdb/js-logging#1 2026-05-05 12:40:04 +00:00
Add BufferLogAppender

PR Review: Add BufferLogAppender