UNPKG

generator-express-static

Version:

A generator for Yeoman used to create an Expressjs static site generator.

12 lines (9 loc) 245 B
/** * Runs all end to end tests */ describe('End to end tests for <%= siteName%>', function() { it('should render the root', function() { browser().navigateTo('/'); expect(element('title').text()).toBe("Express Static"); }); });