UNPKG

mock-fs-require-fix

Version:

Fork of the tschaub/mock-fs project.

7 lines (4 loc) 139 B
'use strict'; const fs = require('fs'); const path = require('path'); fs.accessSync(path.resolve(__dirname, 'mock-fs-parent.js'));