From dce2a7b62908ad70814e3f9271ea5f4b9dcbe37e Mon Sep 17 00:00:00 2001 From: Grace Park Date: Wed, 23 Jun 2021 10:20:43 -0700 Subject: [PATCH] Update tests/unit/products.js Co-authored-by: James M. Greene --- tests/unit/products.js | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/unit/products.js b/tests/unit/products.js index c8b54d48f1..71b21f929b 100644 --- a/tests/unit/products.js +++ b/tests/unit/products.js @@ -41,7 +41,6 @@ describe('mobile-only products nav', () => { describe('products middleware', () => { jest.setTimeout(5 * 60 * 1000) - test('adds res.context.activeProducts array', async () => { const products = await getJSON('/en?json=activeProducts') expect(Array.isArray(products)).toBe(true)