diff --git a/.appveyor.yml b/.appveyor.yml index 62ef73a..0e91b1e 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -1,4 +1,4 @@ -version: '17.1.0#{build}' +version: '18.0.0#{build}' environment: matrix: diff --git a/.nvmrc b/.nvmrc index e5c1510..7f6758e 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -8.9.0 +8.10.0 diff --git a/README.md b/README.md index d5e5e0c..38ab10d 100644 --- a/README.md +++ b/README.md @@ -72,6 +72,7 @@ This project uses [jest](https://facebook.github.io/jest/) for unit testing. It The setup is based on [jest-preset-angular](https://github.com/thymikee/jest-preset-angular). In case you have to modify it for your particular purpose, you can change the global mocks in `config/jest/jestGlobalMocks.ts`, the test setup `config/jest/testSetup.ts` and `jest` itself via `jest.config.js`. If you are facing any problems, take a look at the [troubleshooting guide](https://github.com/DorianGrey/ng-webpack-template/blob/master/docs/troubleshooting.md). The tasks below are pre-defined for testing. + | Command | Effect | | ---------- | --------- | | test | Starts the test runner in watch mode. Suitable for quick TDD, but not for explicit debugging or coverage reports. | diff --git a/package.json b/package.json index 855349e..a9fe8b7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ng-webpack-template", - "version": "17.1.0", + "version": "18.0.0", "description": "A template for angular development using webpack, with some useful batteries included.", "author": { "name": "Christian Linne", @@ -15,7 +15,8 @@ "webpack", "angular", "hot module reload", - "ngrx" + "ngrx", + "jest" ], "main": "index.js", "scripts": {