Skip to content
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.

jest set up in package.json is deprecated #41

Open
cto1 opened this issue Aug 14, 2017 · 0 comments
Open

jest set up in package.json is deprecated #41

cto1 opened this issue Aug 14, 2017 · 0 comments

Comments

@cto1
Copy link

cto1 commented Aug 14, 2017

"jest": {
"globals": {
"TS_CONFIG": "tsconfig.json"
},

needs replacing with

"jest": {
"globals": {
"ts-jest": {
"tsConfigFile": "tsconfig.json"
}

dmt added a commit to dmt/TypeScript-Node-Starter that referenced this issue Aug 19, 2017
cobola added a commit to cobola/TypeScript-Node-Starter that referenced this issue Dec 29, 2017
* fix typo

* fix: copying issues

* fix: fix for tslint

* port changes from PR microsoft#11

* Added survey links that I forgot ><

* fix: fix lint warnings for test files

* Bump tasks.json version from 0.10 to 2.00. Add default build task.

* updating package-lock

* looks like new version of npm adds a blank line after each npm install. Committing it

* updated specific .d.ts files to point to definitely typed file. Also added recommended extensions using vs code's extensions.json

* update to node 8 on travis

* removed yarn as npm 5 makes it mostly unneccesary and it's causing some issues with CI

* add attach debug configuration

- Attach debug configuration
- Scripts: debug, serve-debug, watch-debug
- Readme

* fix: word

* .

* Update build task

* change tests to not always pass

* separate server binding to port from other app config

this seems a bit crude but allows running the tests and having them take
care of setting up the port to use

* might as well also add the change for issue microsoft#41

* Update README.md

Added missing "node_modules/*" path mapping to README.

* feat(*): update several dependencies

* Removed extra "s" in sourceMap compilerOptions

* Update README.md

Added missing "node_modules/*" path mapping to README.

* change tests to not always pass

* feat(*): update several dependencies

* Removed extra "s" in sourceMap compilerOptions

* separate server binding to port from other app config

this seems a bit crude but allows running the tests and having them take
care of setting up the port to use

* fix up tests

* update repo field

* made some changes to mongo connection
@cobola cobola mentioned this issue Apr 19, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant