diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2018-07-21 19:08:24 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-07-21 19:08:24 -0400 |
commit | dff5c16e85b9ee7e610d17792f8c301af1a9c458 (patch) | |
tree | cdb3a7ab2c6e4a1d422776873bea95774ffbe806 /tests/001_hello.js | |
parent | 709b0cb90cec938cbfd3d49ed1c35fa949bda36a (diff) |
Add tools/test.py test runner. (#384)
Diffstat (limited to 'tests/001_hello.js')
-rw-r--r-- | tests/001_hello.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/001_hello.js b/tests/001_hello.js new file mode 100644 index 000000000..accefceba --- /dev/null +++ b/tests/001_hello.js @@ -0,0 +1 @@ +console.log("Hello World"); |