From d8d91de7fe019c9b498f0818bde389f09e563f75 Mon Sep 17 00:00:00 2001 From: Matt Bierner Date: Wed, 7 Feb 2018 17:24:30 -0800 Subject: [PATCH] Add test script --- .gitignore | 3 ++- package.json | 5 +++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 7412c25..4f2ca9a 100644 --- a/.gitignore +++ b/.gitignore @@ -13,4 +13,5 @@ out-vscode-min/ build/node_modules coverage/ test_data/ -yarn-error.log \ No newline at end of file +yarn-error.log +.vscode-test \ No newline at end of file diff --git a/package.json b/package.json index 2c69080..61d28c8 100644 --- a/package.json +++ b/package.json @@ -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" } ] },