poanetwork / token-wizard

(Discontinued) TokenWizard is an DApp to create and manage crowdsale and token contracts using a simple UI
MIT License
381 stars 216 forks source link

(Tests) Add tests for Stores #1167

Closed mariano-aguero closed 5 years ago

mariano-aguero commented 5 years ago

Closes #818

The store DeploymentStore.js will not be covered, because it was refactored in the PR #1164

Attached coverage image screenshot_20181010_112916

To run tests execute the following command: $ npm run test:dapp -- --coverage

BlackDuckCoPilot commented 5 years ago

Black Duck Security Report

Merging #1167 into integration/#1082-new-design will not change security risk.

Added Components

Medium Risk: 1 Clean: 90

Removed Components

Clean: 45

Click here to see full report

fernandomg commented 5 years ago

@mariano-aguero Tests are not passing in Travis, it's failing with:

npm ERR! Invalid: lock file's gulp-sass@2.3.2 does not satisfy gulp-sass@^4.0.1

fernandomg commented 5 years ago

@mariano-aguero on a clean installation, I'm getting this error:

image

mariano-aguero commented 5 years ago

@fernandomg

on a clean installation, I'm getting this error:

I update the package script, now it should be initialized correctly If it continues happening, I would need the steps to be able to reproduce the problem

Regards

mariano-aguero commented 5 years ago

@fernandomg

Tests are not passing in Travis, it's failing with

I update the package lock file, I only see errors from the e2e tests that already existed

Greetings