Skip to content

Commit 919e561

Browse files
authored
Merge pull request #148 from dev-five-git/update-lib
Update lib
2 parents b2d476e + c61331c commit 919e561

24 files changed

+876
-783
lines changed

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,6 @@ codecov.*
1414
.DS_Store
1515
._.DS_Store
1616
**/.DS_Store
17-
**/._.DS_Store
17+
**/._.DS_Store
18+
.claude
19+
CLAUDE.md

AGENTS.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ braillify/
1919
├── apps/landing/ # Next.js 16 docs site (@devup-ui)
2020
├── test_cases/ # CSV rule test cases (61 files)
2121
├── test_case_inputs/ # Input-only test CSVs
22-
├── __tests__/ # Vitest JS integration tests
22+
├── __tests__/ # Bun JS integration tests
2323
├── py-test/ # Pytest Python tests
2424
└── braillove-case-collector/ # Windows automation tool
2525
```
@@ -53,7 +53,7 @@ braillify/
5353
- `strict: true`, `moduleResolution: bundler`
5454
- `@/*` path alias to `./src/*`
5555
- ESLint: `eslint-plugin-devup` recommended config
56-
- Vitest with `vite-plugin-wasm` for WASM tests
56+
- Bun test with a preload plugin for WASM tests
5757

5858
### Python
5959

@@ -77,7 +77,7 @@ bun install
7777
# Build all packages
7878
bun run build
7979

80-
# Run all tests (Rust coverage + Vitest + Pytest)
80+
# Run all tests (Rust coverage + Bun test + Pytest)
8181
bun run test
8282

8383
# Build landing site (requires test_status.json from test run)

0 commit comments

Comments
 (0)