aboutsummaryrefslogtreecommitdiff
path: root/tests/formatting.test.js
diff options
context:
space:
mode:
authormitermayer <mitermayer.reis@gmail.com>2020-02-15 09:49:17 +0000
committermitermayer <mitermayer.reis@gmail.com>2020-02-15 09:49:17 +0000
commit66c1a7c8fcba6ef118469e0845ddd8638069d35a (patch)
tree9c4e41a1c0cec3f49f3e53b7a83c3dc7dc2f5f0f /tests/formatting.test.js
parent8373441047299fbe528dfda528fa01a4971e7d23 (diff)
downloadvim-prettier-66c1a7c8fcba6ef118469e0845ddd8638069d35a.tar.xz
Added support for prettier xml plugin
- updated package.json deps - added tests - updated lock file
Diffstat (limited to 'tests/formatting.test.js')
-rw-r--r--tests/formatting.test.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/formatting.test.js b/tests/formatting.test.js
index 2a3e373..4ea2906 100644
--- a/tests/formatting.test.js
+++ b/tests/formatting.test.js
@@ -10,7 +10,7 @@ const FIXTURES_DIR = `${__dirname}/fixtures`;
let server;
let remote;
-jest.setTimeout(10000);
+jest.setTimeout(15000);
const getBufferContents = async remote =>
(await remote.call('getline', [1, '$'])).join('\n');