We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06b299a commit 47ff64eCopy full SHA for 47ff64e
package.json
@@ -1,16 +1,22 @@
1
{
2
"name": "@mochify/cli",
3
"version": "0.0.0",
4
- "description": "",
+ "description": "Run mocha tests in headless browsers from the command line",
5
"main": "index.js",
6
"scripts": {
7
"test": "echo \"No unit tests yet\"",
8
"test:integration": "mocha '**/*.integration.js'",
9
"preversion": "npm run test && npm run test:integration",
10
"postversion": "npm publish"
11
},
12
- "keywords": [],
13
- "author": "",
+ "keywords": [
+ "mocha",
14
+ "browser",
15
+ "testing",
16
+ "headless",
17
+ "cli"
18
+ ],
19
+ "author": "Maximilian Antoni <mail@maxantoni.de> (http://maxantoni.de)",
20
"license": "MIT",
21
"mocha": {
22
"reporter": "dot",
0 commit comments