From 66c1a7c8fcba6ef118469e0845ddd8638069d35a Mon Sep 17 00:00:00 2001 From: mitermayer Date: Sat, 15 Feb 2020 09:49:17 +0000 Subject: Added support for prettier xml plugin - updated package.json deps - added tests - updated lock file --- tests/formatting.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/formatting.test.js') 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'); -- cgit v1.3-6-g1900