Skip to content

Commit

Permalink
chore: Minor cleanup for handshake package
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike-Dax committed Apr 12, 2020
1 parent 6f97da9 commit ae36aa1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 24 deletions.
11 changes: 1 addition & 10 deletions jest.config.js
Original file line number Diff line number Diff line change
@@ -1,10 +1 @@
module.exports = {
preset: 'ts-jest',
testEnvironment: 'node',
globals: {
__DEV__: true,
},
testRegex: '(/test/.*|(\\.|/)(test|spec))\\.[jt]sx?$',
moduleFileExtensions: ['ts', 'js'],
coveragePathIgnorePatterns: ['/node_modules/', '.d.ts'],
}
module.exports = require('@electricui/jest-config/jest.config.js')
20 changes: 6 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,33 +16,25 @@
"dependencies": {
"@electricui/core": "^0.7.2",
"better-queue": "^3.8.10",
"bluebird": "^3.5.3",
"bluebird": "^3.7.2",
"debug": "^4.1.1",
"deepmerge": "^4.1.1",
"memoize-one": "^5.0.0",
"rxjs": "^6.4.0",
"xstate": "^4.3.2"
"deepmerge": "^4.2.2",
"memoize-one": "^5.1.1",
"rxjs": "^6.5.5",
"xstate": "^4.8.0"
},
"devDependencies": {
"@electricui/build-rollup-config": "^0.7.2",
"@electricui/jest-config": "^0.7.2",
"@electricui/protocol-binary-constants": "^0.7.2",
"@types/bluebird": "^3.5.25",
"@types/chai": "^4.1.7",
"@types/chai-subset": "^1.3.2",
"@types/debug": "^4.1.1",
"@types/jest": "^25.2.1",
"@types/mocha": "^5.2.6",
"@types/node": "^12.12.27",
"@types/sinon": "^7.0.6",
"chai": "^4.2.0",
"chai-subset": "^1.6.0",
"jest": "^25.3.0",
"mocha": "^5.2.0",
"mochawesome": "^3.1.1",
"nyc": "^13.3.0",
"rollup": "^1.31.1",
"sinon": "^7.2.3",
"ts-jest": "^25.3.1",
"ts-node": "^8.5.4",
"tslib": "^1.10.0",
"typescript": "^3.8.3"
Expand Down

0 comments on commit ae36aa1

Please sign in to comment.