From 3922bd30c2726cf96c3a92891146d7828011a504 Mon Sep 17 00:00:00 2001 From: Rachel Fenichel Date: Thu, 6 Aug 2020 11:47:20 -0700 Subject: [PATCH] Alphabetize --- tests/mocha/.eslintrc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/mocha/.eslintrc.json b/tests/mocha/.eslintrc.json index 80da5f108..00e701005 100644 --- a/tests/mocha/.eslintrc.json +++ b/tests/mocha/.eslintrc.json @@ -13,8 +13,8 @@ "assertNthCallEventArgEquals": true, "assertVariableValues": true, "captureWarnings": true, - "createTestBlock": true, "createRenderedBlock": true, + "createTestBlock": true, "defineRowBlock": true, "defineStackBlock": true, "defineStatementBlock": true,