This is a test package for my NPM tutorial.
1、clone the source code 2、npm install 3、tsc 4、npm run test
typescript-npm-publish@1.0.0 test D:\Work\2019\exp\github\typescript-npm-publish\typescript-npm-publish jest --verbose --coverage
ts-jest[versions] (WARN) Version 24.0.0 of jest installed has not been tested with ts-jest. If you're experiencing issues, consider using a supported version (>=22.0.0 <24.0.0). Please do not report issues in ts-jest if you are using unsupported versions. ts-jest[backports] (WARN) "[jest-config].globals.ts-jest.skipBabel" is deprecated, use "[jest-config].globals.ts-jest.babelConfig" instead. ts-jest[backports] (WARN) Your Jest configuration is outdated. Use the CLI to help migrating it: ts-jest config:migrate . PASS test/index.test.ts Test index.ts/ hrx √ isArrayLike(): true (2ms)
----------|----------|----------|----------|----------|-------------------|
File | % Stmts | % Branch | % Funcs | % Lines | Uncovered Line #s |
---|---|---|---|---|---|
All files | 0 | 0 | 0 | 0 | |
---------- | ---------- | ---------- | ---------- | ---------- | ------------------- |
Test Suites: 1 passed, 1 total | |||||
Tests: 1 passed, 1 total | |||||
Snapshots: 0 total | |||||
Time: 2.748s | |||||
Ran all test suites. |
This package is published under MIT license.