From e59e8c57d613ee8a42951b6525256dc0ceb0b061 Mon Sep 17 00:00:00 2001 From: Matthieu Aubry Date: Thu, 6 Oct 2016 15:21:44 +1300 Subject: Upgrade mocha library for UI tests (#10692) * Balance the UI tests job, second half currently 8 min longer * Upgrade mocha to 3.1.0 * rebalance * Remove old mocha --- tests/lib/mocha-3.1.0/.editorconfig | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 tests/lib/mocha-3.1.0/.editorconfig (limited to 'tests/lib/mocha-3.1.0/.editorconfig') diff --git a/tests/lib/mocha-3.1.0/.editorconfig b/tests/lib/mocha-3.1.0/.editorconfig new file mode 100644 index 0000000000..e3a4859eeb --- /dev/null +++ b/tests/lib/mocha-3.1.0/.editorconfig @@ -0,0 +1,18 @@ +# This file is for unifying the coding style for different editors and IDEs +# editorconfig.org + +root = true + +[*] +end_of_line = lf +charset = utf-8 +insert_final_newline = true +trim_trailing_whitespace = true +indent_style = space +indent_size = 2 + +[Makefile] +indent_style = tab + +[*.md] +trim_trailing_whitespace = false -- cgit v1.2.3