UNPKG

protractor

Version:

Webdriver E2E test wrapper for Angular.

11 lines (8 loc) 263 B
// This is spec file is automatically added by protractor to implement our // `afterEach` functionality for jasmine and mocha. var hooks = require('./setupAfterEach').hooks; afterEach(function() { if (hooks.afterEach) { return hooks.afterEach(); } });