diff options
Diffstat (limited to 'test_plugin/README.md')
-rw-r--r-- | test_plugin/README.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/test_plugin/README.md b/test_plugin/README.md new file mode 100644 index 000000000..b340389ce --- /dev/null +++ b/test_plugin/README.md @@ -0,0 +1,9 @@ +# `test_plugin` crate + +## To run this test manually + +``` +cd test_plugin + +../target/debug/deno run --unstable --allow-plugin tests/test.js debug +``` |