mirror of
https://github.com/embarklabs/dreddit-tutorial.git
synced 2025-02-17 11:16:24 +00:00
step 6: check if test environment works
This commit is contained in:
parent
191d6ef5c5
commit
5ce277e379
7
test/DReddit_spec.js
Normal file
7
test/DReddit_spec.js
Normal file
@ -0,0 +1,7 @@
|
||||
|
||||
contract('DReddit', () => {
|
||||
|
||||
it('should work', () => {
|
||||
assert.ok(true);
|
||||
});
|
||||
});
|
Loading…
x
Reference in New Issue
Block a user