diff --git a/js/test/CryptTool.js b/js/test/CryptTool.js index f217b426..678f366c 100644 --- a/js/test/CryptTool.js +++ b/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 () {