step 6: check if test environment works
This commit is contained in:
parent
191d6ef5c5
commit
5ce277e379
|
@ -0,0 +1,7 @@
|
||||||
|
|
||||||
|
contract('DReddit', () => {
|
||||||
|
|
||||||
|
it('should work', () => {
|
||||||
|
assert.ok(true);
|
||||||
|
});
|
||||||
|
});
|
Loading…
Reference in New Issue