Browse Source

test: explicitly include fs dependency

rugk 4 tháng trước cách đây
mục cha
commit
c2bfcc17fd
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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 () {