Jelajahi Sumber

test: explicitly include fs dependency

rugk 4 bulan lalu
induk
melakukan
c2bfcc17fd
1 mengubah file dengan 1 tambahan dan 0 penghapusan
  1. 1 0
      js/test/CryptTool.js

+ 1 - 0
js/test/CryptTool.js

@@ -1,5 +1,6 @@
 'use strict';
 const common = require('../common');
+const fs = require('fs');
 
 describe('CryptTool', function () {
     describe('cipher & decipher', function () {