diff --git a/generator/konfig-integration-tests/bootstrap-test.js b/generator/konfig-integration-tests/bootstrap-test.js index 46d88518d8..101245b484 100755 --- a/generator/konfig-integration-tests/bootstrap-test.js +++ b/generator/konfig-integration-tests/bootstrap-test.js @@ -1,5 +1,9 @@ #!/usr/bin/env node +/** + * Makes it easy to create new tests + */ + const fs = require('fs'); const readline = require('readline'); const path = require('path');