Skip to content

Commit

Permalink
refactor: final cleanup of move to riteway (#603)
Browse files Browse the repository at this point in the history
refactor: final cleanup of move to riteway (#603)

remove the alsatian library
remove the `/test` directory
fix the build commands
fix `tsconfig`

references: #603
resolves: #585
  • Loading branch information
krobi64 authored Oct 19, 2018
1 parent b921c7c commit 361286a
Show file tree
Hide file tree
Showing 9 changed files with 7 additions and 434 deletions.
10 changes: 4 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,13 @@
"lint": "tslint -p ./tsconfig.with-tests.json",
"lint:fix": "tslint -p ./tsconfig.with-tests.json --fix",
"watch": "concurrently --kill-others \"tsc -w\" \"npm run watch-babel\" \"nodemon --delay 10 dist/babel/src\"",
"test": "npm run test:unit && npm run test:integration:riteway",
"test": "npm run test:unit && npm run test:integration",
"test:unit": "ts-node -r tsconfig-paths/register -r reflect-metadata --files ./tests/unit/index.ts",
"test:functional": "ts-node -r tsconfig-paths/register -r reflect-metadata --files ./tests/functional/index.ts",
"pretest:integration": "npm run test-prepare-db",
"test:integration:riteway": "ts-node -r tsconfig-paths/register -r reflect-metadata --files ./tests/integration/index.ts",
"coverage": "npm run coverage:unit && npm run coverage:integration:riteway",
"test:integration": "ts-node -r tsconfig-paths/register -r reflect-metadata --files ./tests/integration/index.ts",
"coverage": "npm run coverage:unit && npm run coverage:integration",
"coverage:unit": "nyc --report-dir ./.coverage-unit npm run test:unit",
"coverage:integration:riteway": "nyc --report-dir ./.coverage-integration npm run test:integration:riteway",
"coverage:integration": "nyc --report-dir ./.coverage-integration npm run test:integration",
"copy-json": "rsync -a --include '*/' --include '*.json' --exclude '*' src/ dist/ts/src",
"build-clear": "rm -rf dist",
"build-ts": "tsc && npm run copy-json",
Expand Down Expand Up @@ -74,7 +73,6 @@
"@types/node-fetch": "1.6.9",
"@types/pino": "4.16.1",
"@types/sinon": "5.0.5",
"alsatian": "2.3.0",
"babel-cli": "6.26.0",
"babel-plugin-module-resolver": "3.1.1",
"concurrently": "4.0.1",
Expand Down
250 changes: 0 additions & 250 deletions test/Claims.ts

This file was deleted.

9 changes: 0 additions & 9 deletions test/DEPRECATED.md

This file was deleted.

58 changes: 0 additions & 58 deletions test/Integration/Helper.ts

This file was deleted.

4 changes: 0 additions & 4 deletions test/Keys.ts

This file was deleted.

Loading

0 comments on commit 361286a

Please sign in to comment.