Skip to content

Commit

Permalink
Fixed Coverage Reporting
Browse files Browse the repository at this point in the history
  • Loading branch information
Robinlemon committed Jul 27, 2019
1 parent a7dcc93 commit 835e8f0
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions jest.config.js
@@ -1,6 +1,5 @@
module.exports = {
roots: ['<rootDir>/tests'],
testMatch: ['**/*.[jt]s'],
testMatch: ['./**/*.test.ts'],
testEnvironment: 'node',
preset: 'ts-jest',
};
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "node-backpack.tf",
"version": "1.0.3",
"version": "1.0.4",
"description": "A TypeScript + Async/Await driven Node SDK for https://backpack.tf/",
"author": "Lewis Gibson <lewis-gibson@hotmail.com>",
"license": "MIT",
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 835e8f0

Please sign in to comment.