From 6f0dddc2faa65b4ef40236261b69decc13903747 Mon Sep 17 00:00:00 2001 From: Rachel Fenichel Date: Thu, 6 Aug 2020 10:20:16 -0700 Subject: [PATCH] Add createRenderedBlock to eslint globals --- tests/mocha/.eslintrc.json | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/mocha/.eslintrc.json b/tests/mocha/.eslintrc.json index 7606fd3b2..80da5f108 100644 --- a/tests/mocha/.eslintrc.json +++ b/tests/mocha/.eslintrc.json @@ -14,6 +14,7 @@ "assertVariableValues": true, "captureWarnings": true, "createTestBlock": true, + "createRenderedBlock": true, "defineRowBlock": true, "defineStackBlock": true, "defineStatementBlock": true,