Skip to content

Commit

Permalink
Integration completed, but the coverage does not allow knowing the co…
Browse files Browse the repository at this point in the history
  • Loading branch information
UpperCod committed Jan 4, 2021
1 parent 8fa98d9 commit a924524
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "atomico",
"type": "module",
"version": "1.11.1",
"description": "Atomico is a small library for the creation of interfaces based on web-components, only using functions and hooks.",
"main": "./core.js",
Expand All @@ -13,8 +14,8 @@
"./css": "./css.js"
},
"scripts": {
"test": "web-test-runner {src,css,html}/**/*.test.js --node-resolve",
"test:w": "karma start --auto-watch=true --single-run=false",
"test": "web-test-runner {src,css,html}/**/*.test.js --node-resolve --coverage",
"test:w": "web-test-runner {src,css,html}/**/*.test.js --node-resolve --watch",
"build:html": "rollup -c",
"prepare": "npm run build:html && npm run test"
},
Expand Down

0 comments on commit a924524

Please sign in to comment.