Files
Kmake/test/fixtures/snapshot/mutate-fs.js

6 lines
77 B
JavaScript
Raw Normal View History

2026-05-26 23:36:42 -07:00
'use strict';
const fs = require('fs');
fs.foo = 'I am from the snapshot';