diff options
| author | mitermayer <mitermayer.reis@gmail.com> | 2018-11-18 04:37:01 +0000 |
|---|---|---|
| committer | mitermayer <mitermayer.reis@gmail.com> | 2019-08-25 20:56:07 -0700 |
| commit | 64cc97376fb7556d285b34f3b02e25458e128a11 (patch) | |
| tree | df65c6b31e51c583d902f1b435789f0cdebbd130 /package.json | |
| parent | 18a42315acc254755b122b4afaf3896466227b6c (diff) | |
| download | vim-prettier-64cc97376fb7556d285b34f3b02e25458e128a11.tar.xz | |
Integrating vim-driver dummy test
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/package.json b/package.json index ac2ee96..eb53112 100644 --- a/package.json +++ b/package.json @@ -8,6 +8,9 @@ "type": "git", "url": "git://github.com/prettier/vim-prettier.git" }, + "scripts": { + "test": "LOG_LEVEL=error jest" + }, "dependencies": { "@prettier/plugin-lua": "0.0.1", "@prettier/plugin-php": "^0.10.2", @@ -15,5 +18,10 @@ "@prettier/plugin-ruby": "^0.8.0", "@prettier/plugin-swift": "prettier/plugin-swift", "prettier": "^1.16.4" + }, + "devDependencies": { + "colors": "^1.3.2", + "jest": "^23.6.0", + "vim-driver": "^1.0.0" } } |
