UNPKG

create-new-app

Version:

Easily generate a new React application, optionally with Express & MongoDB.

9 lines (6 loc) 240 B
const browsersList = require('../../modules/browserslist') describe('browserslist', () => { it('should export the corrent browsersList array', () => { expect(browsersList).toEqual(['>0.25%', 'not ie 11', 'not op_mini all']) }) })