Commit Graph
313 Commits
Author SHA1 Message Date
Renovate Bot d322c542ab Add renovate.json 2019-03-16 19:12:11 +00:00
Kamil Mysliwiec 7076e6bacb Merge pull request #68 from nestjs/6.0.0
feature() update dependencies to use 6.0.0
2019-03-16 20:11:40 +01:00
Kamil Mysliwiec 8c0cfc98ab Merge branch 'master' into 6.0.0 2019-03-16 20:11:34 +01:00
Kamil Mysliwiec 1b3a9c8029 Merge pull request #75 from AllenFang/master
deps(): move @nestjs/testing to devDependencies
2019-02-18 12:36:29 +01:00
AllenFang 39aff55b75 move @nestjs/testing to devDependencies 2019-02-18 16:25:30 +08:00
Kamil Mysliwiec e4b8ae22ef Merge pull request #72 from AllenFang/master
Update README
2019-02-01 08:06:37 +01:00
AllenFang 9a07192b0a add missing dollar sign 2019-02-01 14:32:32 +08:00
Kamil Mysliwiec 8ae35d926b Merge pull request #70 from jajaperson/master
feature(scripts): format test directory
2019-01-31 15:10:44 +01:00
James Jensen 841b7764f0 Format test directory 2019-01-31 17:50:30 +08:00
Kamil Myśliwiec 4ddbe6df93 feature() update dependencies to use 6.0.0 2019-01-19 23:06:53 +01:00
Kamil Myśliwiec a7d578d02e deps() update dependencies in the package.json 2019-01-19 23:05:39 +01:00
Kamil Myśliwiec 7796187505 config() revert baseUrl in tsconfig 2019-01-18 14:34:05 +01:00
Kamil Myśliwiec 399acf1941 config() update typescript configuration 2019-01-18 14:25:04 +01:00
Kamil Myśliwiec 71d73aa107 build() remove tsconfig.spec.json file 2019-01-04 20:34:30 +01:00
Kamil Myśliwiec 176d945f28 scripts() fix prestart:prod build 2018-12-18 08:51:49 +01:00
Kamil Myśliwiec 1affdcd598 Merge branch 'master' of https://github.com/nestjs/typescript-starter 2018-12-07 12:51:49 +01:00
Kamil Myśliwiec 1b81bde89e feature: compatibility with various IDEs 2018-12-07 12:51:42 +01:00
Kamil Mysliwiec d6b61d8797 Merge pull request #60 from mchelen/patch-2
scripts(): add `test:debug` command
2018-12-05 23:03:16 +01:00
Kamil Mysliwiec 16ef85663f Merge pull request #63 from ben-webantic/patch-1
deps(): remove ts-loader
2018-12-05 22:59:42 +01:00
Ben 82bc0e4ea5 Remove ts-loader
Unrequired as webpack isn't used anymore.
2018-12-05 14:05:22 +00:00
Mike Chelen 25911fc11f Add test:debug command
Runs Jest with `--inspect-brk` flag and appropriate TS modules.
2018-12-03 18:49:34 -05:00
Kamil Myśliwiec 1bbfc970c8 bump: update nest packages to latest versions 2018-11-05 23:45:26 +01:00
Kamil Myśliwiec fa36d8290f deps: move rimraf to dependencies 2018-11-05 23:45:07 +01:00
Kamil Myśliwiec 6900c48760 feature: set baseUrl to root dir 2018-11-03 22:07:51 +01:00
Kamil Myśliwiec d7d43335b8 Update README.md 2018-11-03 21:23:45 +01:00
Kamil Myśliwiec 2c0b2f5678 merge: resolve package.json conflicts 2018-11-03 15:28:37 +01:00
Kamil Myśliwiec 583f0ecb11 ux: remove webpack (hmr) from starter repo 2018-11-03 15:27:42 +01:00
Kamil Mysliwiec c88433bfb1 Merge pull request #53 from mchelen/patch-1
chore: move typescript to devDependencies
2018-11-03 15:26:06 +01:00
Kamil Myśliwiec 618fa48ca4 Merge pull request #57 from elylucas/master
feature: add tsconfig-paths/register to debug task
2018-10-16 01:46:07 +02:00
Ely Lucas 61219517df tsconfig-paths/register to debug task so base url references work 2018-10-13 08:42:44 -06:00
Kamil Myśliwiec 2d2f16aa6d feature: add build command 2018-09-07 13:41:55 +02:00
Mike Chelen 235e24175b move typescript to devDependencies
`typescript` is not needed to run production application, only to build the code
2018-08-16 16:04:42 -04:00
Kamil Myśliwiec 05802f37f9 refactor: remove lock files 2018-08-16 22:02:58 +02:00
Kamil Myśliwiec a42149d436 refactor: move @types/node to the dependencies 2018-08-16 20:16:29 +02:00
Kamil Myśliwiec df61800f58 feature: update all dependencies 2018-08-16 20:15:17 +02:00
Kamil Myśliwiec 3ad6bb5602 feature: update all dependencies 2018-08-16 20:09:22 +02:00
Kamil Myśliwiec e677e9b9dd bugfix: set test environment to node by default 2018-08-16 20:05:59 +02:00
Kamil Myśliwiec 841e57afa4 Merge pull request #49 from rpihlak/fix-using-httpservice-in-e2e-tests
bugfix: fix using HttpService in e2e tests
2018-08-16 20:05:25 +02:00
Riho Pihlak 84b05d83ff Fix using HttpService in e2e tests
HttpService did not work in e2e tests because Jest testEnvironment was
jsdom by default. HttpService threw NetworkError on each request because
axios uses XHR adapter instead of HTTP adapter in this environment.

Now, Jest testEnvironment is node.
2018-07-27 18:39:16 +03:00
Kamil Myśliwiec cc3be2514d script: add debug command 2018-05-13 11:32:10 +02:00
Kamil Myśliwiec b428240559 Merge pull request #33 from nestjs/update/version-5
chore: update to nest v5
2018-05-13 11:13:22 +02:00
Kamil Myśliwiec c1d0c752f9 Merge pull request #42 from yurykozhenov/master
Change rm -rf on prestart:prod to rimraf
2018-05-12 22:56:23 +02:00
Yury Kozhenov 3f7fec8b0b Change rm -rf on prestart:prod to rimraf
Fixes prod build on Windows
2018-05-12 01:12:52 +03:00
Kamil Myśliwiec 006580392f bump: update dependencies versions 2018-04-28 18:14:07 +02:00
Kamil Myśliwiec adeb77eabb bump: update dependencies versions 2018-04-28 18:13:48 +02:00
Kamil Myśliwiec 52e1cc679a bugfix: fix broken unit test example 2018-04-28 18:04:45 +02:00
Kamil Myśliwiec 7b918538db refactor: remove reflect-metadata direct dependency 2018-04-22 12:42:58 +02:00
Kamil Myśliwiec cd4b5f89b4 feature: add tslint script, add tsconfig.spec 2018-04-22 12:42:34 +02:00
Kamil Myśliwiec 711433330e Merge pull request #35 from bashleigh/patch-1
Corrected spelling mistake
2018-04-20 15:53:09 +02:00
Ashleigh Simonelli fa40031955 Corrected spelling mistake 2018-04-13 19:21:16 +01:00