1'use strict'; 2 3const fs = require('fs'); 4const assert = require('assert'); 5 6assert.strictEqual(fs.foo, 'I am from the snapshot'); 7