Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: migrate test suite to Node.js native tests and ESM #44

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Sep 11, 2024

  1. feat: migrate test suite to Node.js native tests and ESM

    - Replace Mocha with Node.js native test runner
    - Convert all test files from CommonJS to ES Modules
    - Add CLI tests
    - Use esbuild instead rollup
    
    This commit modernizes our testing infrastructure by leveraging Node.js
    built-in test runner and embracing ES Modules across our test suite.
    It also introduces new tests for the CLI functionality.
    jlucaso1 committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    8ecbc23 View commit details
    Browse the repository at this point in the history