We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4a769f1 + 15d4324 commit 8e09640Copy full SHA for 8e09640
lib/command/init.js
@@ -124,7 +124,7 @@ module.exports = function (initPath) {
124
// append file mask to the end of tests
125
if (!config.tests.match(/\*(.*?)$/)) {
126
config.tests = `${config.tests.replace(/\/+$/, '')}/*_test.js`;
127
- console.print(`Adding default test mask: ${config.tests}`);
+ console.log(`Adding default test mask: ${config.tests}`);
128
}
129
130
if (result.translation !== noTranslation) config.translation = result.translation;
0 commit comments