From 5ce277e37969822dbc09c69c054b168dae1e89cb Mon Sep 17 00:00:00 2001 From: Pascal Precht Date: Mon, 28 Jan 2019 16:39:37 +0100 Subject: [PATCH] step 6: check if test environment works --- test/DReddit_spec.js | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 test/DReddit_spec.js diff --git a/test/DReddit_spec.js b/test/DReddit_spec.js new file mode 100644 index 0000000..9f53588 --- /dev/null +++ b/test/DReddit_spec.js @@ -0,0 +1,7 @@ + +contract('DReddit', () => { + + it('should work', () => { + assert.ok(true); + }); +});