Cosmetic cleanups
This commit is contained in:
@@ -11,10 +11,10 @@
|
||||
"start": "npm run start:aragon:ipfs",
|
||||
"start:aragon:ipfs": "aragon run",
|
||||
"start:aragon:http": "aragon run --http localhost:8001 --http-served-from ./dist",
|
||||
"start:app": "npm run sync-assets && npm run build:script -- --no-minify && parcel serve app/index.html -p 8001 --out-dir dist/ --no-cache",
|
||||
"start:app": "",
|
||||
"test": "aragon contracts test",
|
||||
"compile": "aragon contracts compile",
|
||||
"sync-assets": "copy-aragon-ui-assets -n aragon-ui ./dist",
|
||||
"sync-assets": "",
|
||||
"build:app": "",
|
||||
"build:script": "",
|
||||
"build": "",
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
const CounterApp = artifacts.require('Contribution.sol')
|
||||
const Contribution = artifacts.require('Contribution.sol')
|
||||
|
||||
contract('Contribution', (accounts) => {
|
||||
it('should be tested')
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
const CounterApp = artifacts.require('CounterApp.sol')
|
||||
const Contributor = artifacts.require('Contributor.sol')
|
||||
|
||||
contract('CounterApp', (accounts) => {
|
||||
contract('Contributor', (accounts) => {
|
||||
it('should be tested')
|
||||
})
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
{
|
||||
"name": "Proposal",
|
||||
"description": "Kredits proposal app"
|
||||
"description": "Kredits Proposal app"
|
||||
}
|
||||
|
||||
5
apps/proposal/test/app.js
Normal file
5
apps/proposal/test/app.js
Normal file
@@ -0,0 +1,5 @@
|
||||
const Proposal = artifacts.require('Proposal.sol')
|
||||
|
||||
contract('Proposal', (accounts) => {
|
||||
it('should be tested')
|
||||
})
|
||||
@@ -1,4 +1,4 @@
|
||||
{
|
||||
"name": "Token",
|
||||
"description": "Kredits token app"
|
||||
"description": "Kredits Token app"
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
const CounterApp = artifacts.require('CounterApp.sol')
|
||||
const Token = artifacts.require('Token.sol')
|
||||
|
||||
contract('CounterApp', (accounts) => {
|
||||
contract('Token', (accounts) => {
|
||||
it('should be tested')
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user