Skip to content

Commit 2a78740

Browse files
committed
update readme with test details
1 parent 4f01c35 commit 2a78740

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -629,12 +629,18 @@ All config interfaces are exported: `ChartConfig`, `LineConfig`, `BarConfig`, `T
629629

630630
## Development
631631

632-
Run the test suite:
632+
Run the Ruby test suite:
633633

634634
```bash
635635
ruby -Ilib -Itest -e "Dir['test/**/*_test.rb'].each { |f| require File.expand_path(f) }"
636636
```
637637

638+
Run the JavaScript test suite (Vitest + jsdom):
639+
640+
```bash
641+
npm test
642+
```
643+
638644
Boot the demo app:
639645

640646
```bash

0 commit comments

Comments
 (0)