UNPKG

@bigcommerce/stencil-utils

Version:

Utility library used by BigCommerce Stencil Framework themes

18 lines (14 loc) 461 B
import api from '../api'; describe('API', () => { beforeEach(() => { }); afterEach(() => { }); it('should check existance of country, productAttributes, product, search, cart, cookie, getPage', () => { expect(api.country).toBeDefined(); expect(api.productAttributes).toBeDefined(); expect(api.product).toBeDefined(); expect(api.search).toBeDefined(); expect(api.getPage).toBeDefined(); }); });