diff options
author | Philip Chimento <philip@endlessm.com> | 2015-04-16 18:14:49 -0700 |
---|---|---|
committer | Philip Chimento <philip@endlessm.com> | 2015-04-17 12:44:41 -0700 |
commit | ea1e63bb221257f3792a419149349bba7a43a393 (patch) | |
tree | 5a672cde1259616dedb1b90bfbc2a8ac1dcdb5c9 /test/tools | |
parent | e801913f71f03db3c3a9855a3ab512facb3836a8 (diff) |
Remove ancient test runner
This test runner dates from even before eos-jasmine, and is not used
anywhere.
[endlessm/eos-sdk#3054]
Diffstat (limited to 'test/tools')
-rw-r--r-- | test/tools/eos-run-test/sanitycheck.js | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/test/tools/eos-run-test/sanitycheck.js b/test/tools/eos-run-test/sanitycheck.js deleted file mode 100644 index 4bb3a80..0000000 --- a/test/tools/eos-run-test/sanitycheck.js +++ /dev/null @@ -1,3 +0,0 @@ -function testNothing() { - assertEquals(2, 2); -}
\ No newline at end of file |