Skip to content

Commit

Permalink
chore: bump to 3.0.24 and fix test setup
Browse files Browse the repository at this point in the history
  • Loading branch information
EdieLemoine committed Nov 11, 2019
1 parent 472ad56 commit 6b9a2c9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 10 deletions.
9 changes: 1 addition & 8 deletions jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,7 @@ module.exports = {
],
collectCoverage: true,
collectCoverageFrom: [
'!**/node_modules/**',
'!<rootDir>/demo/**',
'!<rootDir>/dist/**',
'!<rootDir>/myparcel-js-sdk/**',
'!<rootDir>/sandbox/**',
'!<rootDir>/tests/**',
'<rootDir>/src/**/*.{js}',
'<rootDir>/src/**/*.{vue}',
'<rootDir>/src/**/*.{js,vue}',
],
coverageReporters: ['lcov', 'text-summary'],
};
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@myparcel/checkout",
"version": "3.0.23",
"version": "3.0.24",
"description": "MyParcel delivery options module for checkouts.",
"author": "Edie Lemoine ([email protected])",
"scripts": {
Expand All @@ -10,7 +10,8 @@
"lint": "vue-cli-service lint",
"prepublishOnly": "npm run build:prod",
"release": "standard-version",
"test": "vue-cli-service test:unit"
"test": "jest",
"test:watch": "jest --watch"
},
"main": "dist/myparcel.js",
"files": [
Expand Down

0 comments on commit 6b9a2c9

Please sign in to comment.