Skip to content

Commit

Permalink
Merge pull request #298 from Cryptonomic/release/502
Browse files Browse the repository at this point in the history
Unit tests & package separation
  • Loading branch information
anonymoussprocket committed Jun 15, 2020
2 parents 46de09e + c6a58f5 commit df79e98
Show file tree
Hide file tree
Showing 274 changed files with 3,324 additions and 20,336 deletions.
9 changes: 1 addition & 8 deletions .travis.yml
@@ -1,11 +1,5 @@
language : node_js

env:
jobs:
- PROJECT_DIR=ConseilJS-core
- PROJECT_DIR=ConseilJS-softsigner
- PROJECT_DIR=ConseilJS-ledgersigner

node_js:
- 12.16

Expand All @@ -14,8 +8,7 @@ cache:
- node_modules

before_script:
- cd $PROJECT_DIR
- npm install
- npm ci

script:
- npm run package
Expand Down
File renamed without changes.
87 changes: 0 additions & 87 deletions ConseilJS-core/README.md

This file was deleted.

2 changes: 0 additions & 2 deletions ConseilJS-core/dist-web/conseiljs.min.js

This file was deleted.

34 changes: 0 additions & 34 deletions ConseilJS-core/integration_test/TestAssets.ts

This file was deleted.

125 changes: 0 additions & 125 deletions ConseilJS-core/test/TezosHardwareOperations.spec.ts

This file was deleted.

0 comments on commit df79e98

Please sign in to comment.