Add test script
This commit is contained in:
Родитель
713d5854e5
Коммит
d8d91de7fe
|
@ -13,4 +13,5 @@ out-vscode-min/
|
|||
build/node_modules
|
||||
coverage/
|
||||
test_data/
|
||||
yarn-error.log
|
||||
yarn-error.log
|
||||
.vscode-test
|
|
@ -6,7 +6,8 @@
|
|||
"main": "index.js",
|
||||
"scripts": {
|
||||
"build": "gulp",
|
||||
"postinstall": "node ./node_modules/vscode/bin/install"
|
||||
"postinstall": "node ./node_modules/vscode/bin/install",
|
||||
"test": "node ./node_modules/vscode/bin/test test"
|
||||
},
|
||||
"activationEvents": [],
|
||||
"engines": {
|
||||
|
@ -28,7 +29,7 @@
|
|||
{
|
||||
"language": "markdown",
|
||||
"scopeName": "text.html.markdown",
|
||||
"path": "./syntaxes/markdown.tmLanguage",
|
||||
"path": "./syntaxes/markdown.tmLanguage"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
Загрузка…
Ссылка в новой задаче