mirror of
https://github.com/mdn/webextensions-examples.git
synced 2026-04-21 00:32:48 +02:00
committed by
Kumar McMillan
parent
01181a350b
commit
395786e353
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"name": "mocha-tests-webextension",
|
||||
"version": "1.0.0",
|
||||
"description": "Run test inside your addon",
|
||||
"main": "background.js",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"author": "",
|
||||
"license": "MPL-2.0",
|
||||
"devDependencies": {
|
||||
"expect.js": "^0.3.1",
|
||||
"mocha": "^3.1.2"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user