Files
cypress/packages/example/lib/example.js
Gleb Bahmutov f83b86a91a example: lint the JS files (#63)
* add standard linter to example project

* lint bin/convert script

* lint more js files, run linter pretest
2017-05-19 13:27:06 -04:00

8 lines
170 B
JavaScript

var path = require('path')
module.exports = {
getPathToExample: function () {
return path.join(__dirname, '..', 'cypress', 'integration', 'example_spec.js')
}
}