Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/frangio/truffle-globals-repro


https://github.com/frangio/truffle-globals-repro

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

```
$ npx truffle test

Compiling your contracts...
===========================
> Compiling ./contracts/Migrations.sol
> Artifacts written to /tmp/test-2020614-159090-2la8ad.ubhx3
> Compiled successfully using:
- solc: 0.5.16+commit.9c3226ce.Emscripten.clang

from migration: artifacts = undefined
from tests: artifacts = { require: [Function: require] }

✓ passes

1 passing (1ms)
```