mirror of
https://github.com/cypress-io/cypress.git
synced 2026-02-27 03:19:22 -06:00
7 lines
167 B
JavaScript
7 lines
167 B
JavaScript
var path = require("path")
|
|
|
|
module.exports = {
|
|
getPathToExample: function(){
|
|
return path.join(__dirname, "..", "cypress", "integration", "example_spec.js")
|
|
}
|
|
} |