node/test/fixtures/snapshot/mutate-fs.js

6 lines
77 B
JavaScript

'use strict';
const fs = require('fs');
fs.foo = 'I am from the snapshot';