test: explicitly include fs dependency

This commit is contained in:
rugk
2026-03-20 08:16:04 +00:00
parent 045a356c09
commit c2bfcc17fd
+1
View File
@@ -1,5 +1,6 @@
'use strict';
const common = require('../common');
const fs = require('fs');
describe('CryptTool', function () {
describe('cipher & decipher', function () {