fix(core): update
This commit is contained in:
		
							
								
								
									
										44
									
								
								package-lock.json
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										44
									
								
								package-lock.json
									
									
									
										generated
									
									
									
								
							@@ -10786,6 +10786,50 @@
 | 
			
		||||
      "integrity": "sha512-i/6DQjL8Xf3be4K/E6Wgpekn5Qasl1usyw++dAA35Ue5orEn65VIxOA+YvNNl9HV3qv70T7CNwjODHZrLwvd1Q==",
 | 
			
		||||
      "dev": true
 | 
			
		||||
    },
 | 
			
		||||
    "tslint": {
 | 
			
		||||
      "version": "6.1.2",
 | 
			
		||||
      "resolved": "https://verdaccio.lossless.one/tslint/-/tslint-6.1.2.tgz",
 | 
			
		||||
      "integrity": "sha512-UyNrLdK3E0fQG/xWNqAFAC5ugtFyPO4JJR1KyyfQAyzR8W0fTRrC91A8Wej4BntFzcvETdCSDa/4PnNYJQLYiA==",
 | 
			
		||||
      "dev": true,
 | 
			
		||||
      "requires": {
 | 
			
		||||
        "@babel/code-frame": "^7.0.0",
 | 
			
		||||
        "builtin-modules": "^1.1.1",
 | 
			
		||||
        "chalk": "^2.3.0",
 | 
			
		||||
        "commander": "^2.12.1",
 | 
			
		||||
        "diff": "^4.0.1",
 | 
			
		||||
        "glob": "^7.1.1",
 | 
			
		||||
        "js-yaml": "^3.13.1",
 | 
			
		||||
        "minimatch": "^3.0.4",
 | 
			
		||||
        "mkdirp": "^0.5.3",
 | 
			
		||||
        "resolve": "^1.3.2",
 | 
			
		||||
        "semver": "^5.3.0",
 | 
			
		||||
        "tslib": "^1.10.0",
 | 
			
		||||
        "tsutils": "^2.29.0"
 | 
			
		||||
      },
 | 
			
		||||
      "dependencies": {
 | 
			
		||||
        "builtin-modules": {
 | 
			
		||||
          "version": "1.1.1",
 | 
			
		||||
          "resolved": "https://verdaccio.lossless.one/builtin-modules/-/builtin-modules-1.1.1.tgz",
 | 
			
		||||
          "integrity": "sha1-Jw8HbFpywC9bZaR9+Uxf46J4iS8=",
 | 
			
		||||
          "dev": true
 | 
			
		||||
        }
 | 
			
		||||
      }
 | 
			
		||||
    },
 | 
			
		||||
    "tslint-config-prettier": {
 | 
			
		||||
      "version": "1.18.0",
 | 
			
		||||
      "resolved": "https://verdaccio.lossless.one/tslint-config-prettier/-/tslint-config-prettier-1.18.0.tgz",
 | 
			
		||||
      "integrity": "sha512-xPw9PgNPLG3iKRxmK7DWr+Ea/SzrvfHtjFt5LBl61gk2UBG/DB9kCXRjv+xyIU1rUtnayLeMUVJBcMX8Z17nDg==",
 | 
			
		||||
      "dev": true
 | 
			
		||||
    },
 | 
			
		||||
    "tsutils": {
 | 
			
		||||
      "version": "2.29.0",
 | 
			
		||||
      "resolved": "https://verdaccio.lossless.one/tsutils/-/tsutils-2.29.0.tgz",
 | 
			
		||||
      "integrity": "sha512-g5JVHCIJwzfISaXpXE1qvNalca5Jwob6FjI4AoPlqMusJ6ftFE7IkkFoMhVLRgK+4Kx3gkzb8UZK5t5yTTvEmA==",
 | 
			
		||||
      "dev": true,
 | 
			
		||||
      "requires": {
 | 
			
		||||
        "tslib": "^1.8.1"
 | 
			
		||||
      }
 | 
			
		||||
    },
 | 
			
		||||
    "tty-browserify": {
 | 
			
		||||
      "version": "0.0.0",
 | 
			
		||||
      "resolved": "https://verdaccio.lossless.one/tty-browserify/-/tty-browserify-0.0.0.tgz",
 | 
			
		||||
 
 | 
			
		||||
@@ -32,7 +32,9 @@
 | 
			
		||||
    "@gitzone/tstest": "^1.0.33",
 | 
			
		||||
    "@gitzone/tswatch": "^1.0.46",
 | 
			
		||||
    "@pushrocks/tapbundle": "^3.2.1",
 | 
			
		||||
    "@types/node": "^10.0.3"
 | 
			
		||||
    "@types/node": "^10.0.3",
 | 
			
		||||
    "tslint": "^6.1.2",
 | 
			
		||||
    "tslint-config-prettier": "^1.18.0"
 | 
			
		||||
  },
 | 
			
		||||
  "private": true,
 | 
			
		||||
  "files": [
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										25
									
								
								readme.md
									
									
									
									
									
								
							
							
						
						
									
										25
									
								
								readme.md
									
									
									
									
									
								
							@@ -1,3 +1,28 @@
 | 
			
		||||
# @gitzone/tscoverage
 | 
			
		||||
get coverage information for gitzone projects
 | 
			
		||||
 | 
			
		||||
## Availabililty and Links
 | 
			
		||||
* [npmjs.org (npm package)](https://www.npmjs.com/package/@gitzone/tscoverage)
 | 
			
		||||
* [gitlab.com (source)](https://gitlab.com/gitzone/tscoverage)
 | 
			
		||||
* [github.com (source mirror)](https://github.com/gitzone/tscoverage)
 | 
			
		||||
* [docs (typedoc)](https://gitzone.gitlab.io/tscoverage/)
 | 
			
		||||
 | 
			
		||||
## Status for master
 | 
			
		||||
 | 
			
		||||
Status Category | Status Badge
 | 
			
		||||
-- | --
 | 
			
		||||
GitLab Pipelines | [](https://lossless.cloud)
 | 
			
		||||
GitLab Pipline Test Coverage | [](https://lossless.cloud)
 | 
			
		||||
npm | [](https://lossless.cloud)
 | 
			
		||||
Snyk | [](https://lossless.cloud)
 | 
			
		||||
TypeScript Support | [](https://lossless.cloud)
 | 
			
		||||
node Support | [](https://nodejs.org/dist/latest-v10.x/docs/api/)
 | 
			
		||||
Code Style | [](https://lossless.cloud)
 | 
			
		||||
PackagePhobia (total standalone install weight) | [](https://lossless.cloud)
 | 
			
		||||
PackagePhobia (package size on registry) | [](https://lossless.cloud)
 | 
			
		||||
BundlePhobia (total size when bundled) | [](https://lossless.cloud)
 | 
			
		||||
Platform support | [](https://lossless.cloud) [](https://lossless.cloud)
 | 
			
		||||
 | 
			
		||||
## Usage
 | 
			
		||||
 | 
			
		||||
tscoverage will run tests while computing coverage for your gitzone project.
 | 
			
		||||
 
 | 
			
		||||
@@ -1,7 +1,7 @@
 | 
			
		||||
import {tap, expect } from '@pushrocks/tapbundle';
 | 
			
		||||
import { tap, expect } from '@pushrocks/tapbundle';
 | 
			
		||||
 | 
			
		||||
tap.test('should run a test', async () => {
 | 
			
		||||
  console.log('hi there');
 | 
			
		||||
})
 | 
			
		||||
});
 | 
			
		||||
 | 
			
		||||
tap.start();
 | 
			
		||||
		Reference in New Issue
	
	Block a user