projecte_ionic/node_modules/protractor/built/breakpointhook.js
2022-02-09 18:30:03 +01:00

10 lines
294 B
JavaScript
Executable file

module.exports = function() {
return true;
};
/**
* The reason this file exists is so that we can set a breakpoint via
* script name, and then control when that breakpoint is set in
* our library code by importing and calling this function. The
* breakpoint will always be on line 2.
*/