Skip to content

Commit 66a0d41

Browse files
committed
update runtime readme
1 parent 2e2133f commit 66a0d41

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

‎packages/runtime/README.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
## tests
2121

22-
* `npm run test -w packages/runtime` でvitestを使ってテストを実行できます
22+
* `pnpm run --filter @my-code/runtime test` でvitestを使ってテストを実行できます
2323
* my.code(); の /terminal ページでMochaを使ってテストを実行できます
2424
* どちらからでも実行できるようテスト本体は ./tests/repl.ts, ./tests/fileExecution.ts に記述しています。
2525
新しい言語の実行環境を追加した場合、ここにテストケースを追加してください。

0 commit comments

Comments
 (0)