Add test for successful compilation test

pull/7/head
0mkar 6 years ago
parent 70c6dcd6fe
commit 4e613ecd4e
  1. 5
      remix-resolve/package.json
  2. 41
      remix-resolve/tests/test.js

@ -4,7 +4,7 @@
"description": "Solidity import resolver engine", "description": "Solidity import resolver engine",
"main": "./src/index.js", "main": "./src/index.js",
"bin": { "bin": {
"remix-tests": "./bin/remix-resolve" "remix-resolve": "./bin/remix-resolve"
}, },
"scripts": { "scripts": {
"lint": "standard", "lint": "standard",
@ -12,7 +12,7 @@
}, },
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git+https://github.com/ethereum/remix-tests.git" "url": "git+https://github.com/ethereum/remix.git"
}, },
"keywords": [ "keywords": [
"solidity", "solidity",
@ -29,6 +29,7 @@
}, },
"dependencies": { "dependencies": {
"axios": "^0.18.0", "axios": "^0.18.0",
"solc": "^0.5.0",
"url": "^0.11.0", "url": "^0.11.0",
"valid-url": "^1.0.9" "valid-url": "^1.0.9"
}, },

File diff suppressed because one or more lines are too long
Loading…
Cancel
Save