step 6: check if test environment works

This commit is contained in:
Pascal Precht 2019-01-28 16:39:37 +01:00
parent 191d6ef5c5
commit 5ce277e379
No known key found for this signature in database
GPG Key ID: 0EE28D8D6FD85D7D
1 changed files with 7 additions and 0 deletions

7
test/DReddit_spec.js Normal file
View File

@ -0,0 +1,7 @@
contract('DReddit', () => {
it('should work', () => {
assert.ok(true);
});
});