Skip to content

Commit

Permalink
Issue #2 added coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
thompson318 committed Nov 9, 2021
1 parent 49b93ba commit fc05134
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
npm install @kitware/vtk.js
npm install -D webpack-cli webpack webpack-dev-server
npm install mocha --save-dev
npm install nyc --save-dev
npm run build
- name: test
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "messing with vtk",
"main": "index.js",
"scripts": {
"test": "mocha",
"test": "nyc --reporter=text mocha",
"build": "webpack --progress --mode=development",
"start": "webpack serve --progress --mode=development --static=dist"
},
Expand All @@ -15,6 +15,7 @@
},
"devDependencies": {
"mocha": "^9.1.3",
"nyc": "^15.1.0",
"webpack": "^5.60.0",
"webpack-cli": "^4.9.1",
"webpack-dev-server": "^4.4.0"
Expand Down

0 comments on commit fc05134

Please sign in to comment.