step 6: check if test environment works

This commit is contained in:
Pascal Precht
2019-02-05 16:29:42 +01:00
parent 191d6ef5c5
commit 5ce277e379
+7
View File
@@ -0,0 +1,7 @@
contract('DReddit', () => {
it('should work', () => {
assert.ok(true);
});
});