Commit bc4ca89
committed
fix: resolve JavaScript Standard Style linting violations
- Fix 27 Chai assertion violations in tests/docs-examples.test.js
Replace .to.be.undefined with .to.equal(undefined) for proper assertion syntax
- Reorganize test structure: move core tests to tests/core.test.js
- Update documentation with comprehensive examples and API reference
- Update package.json with test configuration1 parent f0bdf5d commit bc4ca89
4 files changed
Lines changed: 1597 additions & 124 deletions
0 commit comments