1
0
mirror of synced 2025-12-25 02:17:36 -05:00

Update tests/unit/products.js

Co-authored-by: James M. Greene <JamesMGreene@github.com>
This commit is contained in:
Grace Park
2021-06-23 10:20:43 -07:00
committed by GitHub
parent fde57f711e
commit dce2a7b629

View File

@@ -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)