refactor: init cypress-cucumber-preprocessor install.
This commit is contained in:
12
node_modules/cached-path-relative/shim.js
generated
vendored
Normal file
12
node_modules/cached-path-relative/shim.js
generated
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
/**
|
||||
* Modules
|
||||
*/
|
||||
|
||||
var path = require('path')
|
||||
var cachedPathRelative = require('.')
|
||||
|
||||
/**
|
||||
* Install shim
|
||||
*/
|
||||
|
||||
path.relative = cachedPathRelative
|
Reference in New Issue
Block a user