-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(scripts): Scripts Clean Up (#26)
simplify scripts and move to jest-runner-tsc * update travis to pass ci flag * clean up scripts section * remove static check script * add ci to build script * add tsc jest runner * updated jest-runner-tsc to latest * remove ci from build * added type-check script fixes #25
- Loading branch information
Showing
4 changed files
with
40 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
const baseConfig = require('./jest-base.config.js'); | ||
|
||
module.exports = Object.assign({}, baseConfig, { | ||
runner: 'jest-runner-tsc', | ||
displayName: 'tsc', | ||
testMatch: ['<rootDir>/src/**/*.(ts|js)'], | ||
}); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,6 +17,14 @@ | |
optionalDependencies: | ||
chokidar "^1.6.1" | ||
|
||
"@babel/[email protected]": | ||
version "7.0.0-beta.35" | ||
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.0.0-beta.35.tgz#04eeb6dca7efef8f65776a4c214157303b85ad51" | ||
dependencies: | ||
chalk "^2.0.0" | ||
esutils "^2.0.2" | ||
js-tokens "^3.0.0" | ||
|
||
"@babel/[email protected]", "@babel/code-frame@^7.0.0-beta.35": | ||
version "7.0.0-beta.40" | ||
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.0.0-beta.40.tgz#37e2b0cf7c56026b4b21d3927cadf81adec32ac6" | ||
|
@@ -1695,7 +1703,7 @@ end-of-stream@~0.1.5: | |
dependencies: | ||
once "~1.3.0" | ||
|
||
errno@^0.1.4: | ||
errno@^0.1.4, errno@~0.1.7: | ||
version "0.1.7" | ||
resolved "https://registry.yarnpkg.com/errno/-/errno-0.1.7.tgz#4684d71779ad39af177e3f007996f7c67c852618" | ||
dependencies: | ||
|
@@ -3545,6 +3553,15 @@ jest-runner-eslint@^0.4.0: | |
throat "4.1.0" | ||
worker-farm "1.5.0" | ||
|
||
jest-runner-tsc@^1.2.0: | ||
version "1.2.0" | ||
resolved "https://registry.yarnpkg.com/jest-runner-tsc/-/jest-runner-tsc-1.2.0.tgz#f15f299eb61b216ed5c1ba2014d2fbf0f75655a3" | ||
dependencies: | ||
"@babel/code-frame" "7.0.0-beta.35" | ||
pify "^3.0.0" | ||
throat "^4.1.0" | ||
worker-farm "^1.5.2" | ||
|
||
jest-runner@^22.4.0: | ||
version "22.4.0" | ||
resolved "https://registry.yarnpkg.com/jest-runner/-/jest-runner-22.4.0.tgz#2509b82834ab4aa7e984ff464626397c556177a7" | ||
|
@@ -6082,7 +6099,7 @@ textextensions@~1.0.0: | |
version "1.0.2" | ||
resolved "https://registry.npmjs.org/textextensions/-/textextensions-1.0.2.tgz#65486393ee1f2bb039a60cbba05b0b68bd9501d2" | ||
|
||
[email protected], throat@^4.0.0: | ||
[email protected], throat@^4.0.0, throat@^4.1.0: | ||
version "4.1.0" | ||
resolved "https://registry.yarnpkg.com/throat/-/throat-4.1.0.tgz#89037cbc92c56ab18926e6ba4cbb200e15672a6a" | ||
|
||
|
@@ -6487,6 +6504,12 @@ [email protected]: | |
errno "^0.1.4" | ||
xtend "^4.0.1" | ||
|
||
worker-farm@^1.5.2: | ||
version "1.6.0" | ||
resolved "https://registry.yarnpkg.com/worker-farm/-/worker-farm-1.6.0.tgz#aecc405976fab5a95526180846f0dba288f3a4a0" | ||
dependencies: | ||
errno "~0.1.7" | ||
|
||
wrap-ansi@^2.0.0: | ||
version "2.1.0" | ||
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-2.1.0.tgz#d8fc3d284dd05794fe84973caecdd1cf824fdd85" | ||
|