Vijay Menon
|
d837bc1e67
|
Simple node runner
Handy utility to run a test from command line via node.
E.g.:
> node tool/run.js lib/math/math2_test
/Users/vsm/dart/sdk/pkg/dev_compiler/lib/js/amd/dart_sdk.js:1747
throw obj;
^
Expect.equals(expected: <true>, actual: <false>) fails.
> node tool/run.js lib/math/pi_test
pi_test seed: 29735
3.1405
R=jmesserly@google.com
Review URL: https://codereview.chromium.org/2318723002 .
|
2016-09-06 12:40:10 -07:00 |
|