Skip to content

Commit

Permalink
chore: minor update on ci script
Browse files Browse the repository at this point in the history
  • Loading branch information
CCharlieLi committed Feb 16, 2021
1 parent d61ea86 commit d776345
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 1 addition & 3 deletions jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,7 @@ module.exports = {
coverageDirectory: './coverage',

// An array of regexp pattern strings used to skip coverage collection
// coveragePathIgnorePatterns: [
// "/node_modules/"
// ],
coveragePathIgnorePatterns: ['src/data/index.ts', 'src/index.ts'],

// Indicates which provider should be used to instrument code for coverage
// coverageProvider: "babel",
Expand Down
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@
"Apsara",
"Video"
],
"engines": {
"node": ">=10"
},
"author": "Charlie Li <ccharlieli@live.com>",
"license": "MIT",
"repository": {
Expand Down
1 change: 0 additions & 1 deletion src/test.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ describe('Unit test', () => {
HostId: 'live.aliyuncs.com',
Code: 'InvalidAccessKeyId.NotFound'
})

try {
await apsara.getDomains()
} catch (err) {
Expand Down

0 comments on commit d776345

Please sign in to comment.