Skip to content

Commit

Permalink
use actual fs for e2e test (adobe#131)
Browse files Browse the repository at this point in the history
  • Loading branch information
Yu1986 authored Mar 13, 2020
1 parent f5a7c42 commit f859c6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/e2e.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ governing permissions and limitations under the License.
const execa = require('execa')
const chalk = require('chalk')
const { stdout } = require('stdout-stderr')
const fs = require('fs')
const fs = require.requireActual('fs')

stdout.print = true

Expand Down

0 comments on commit f859c6a

Please sign in to comment.