Skip to content

Commit

Permalink
add dockerignore
Browse files Browse the repository at this point in the history
  • Loading branch information
ramilexe committed Jun 10, 2021
1 parent 694cb65 commit 3af9032
Show file tree
Hide file tree
Showing 3 changed files with 101 additions and 1 deletion.
1 change: 1 addition & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
node_modules
100 changes: 99 additions & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions test/index.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ describe('RPC', function () {
}
});
assert.ok(res.error, 'should be error');
assert.ok(res.message, 'Contract "Owner" not found');
});
it('bad source', async function () {
const res = await post('deploy', {
Expand Down

0 comments on commit 3af9032

Please sign in to comment.